Skip to content

Commit ade28b0

Browse files
committed
Release: prepare v0.10.0
1 parent b868f23 commit ade28b0

4 files changed

Lines changed: 24 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,20 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning v2.0.0](https://semver.org/spec/v2.0.0.html).
55

6-
## [Unreleased]
6+
## [0.10.0] - 2021-07-06
77
### Changed
88
- (**Breaking change!**) Removed support for .NET Core 3.0. .NET Core 3.1 or later is supported from now (.NET Framework 4.5.2 is still supported; .NET 5.0 or later is supported, too).
99

10+
### Added
11+
- [#277: Enable nullable reference types][pull-277]
12+
1013
### Fixed
14+
- [#99: `Foreground` property not working on `FormulaControl`][issue-99]
15+
- [#283: Fix typo in SystemTextFontNameProperty][pull-283]
16+
- [#244: \limsup throws exception][issue-244]
17+
- [#254: Fix for scripts with curly braces after a command with curly braces][pull-254] (e.g. `\hat{x}_{y}`)
1118
- [#261: Crash on empty \sqrt{}][pull-261]
19+
- [#275: OverUnderBox ctor may dereference scriptBox parameter if it's null][issue-275]
1220

1321
## [0.9.0] - 2020-07-31
1422
### Added
@@ -132,6 +140,7 @@ This was the initially published version. It consisted entirely of the original
132140
[issue-88]: https://github.com/ForNeVeR/wpf-math/issues/84
133141
[issue-91]: https://github.com/ForNeVeR/wpf-math/issues/91
134142
[issue-92]: https://github.com/ForNeVeR/wpf-math/issues/92
143+
[issue-99]: https://github.com/ForNeVeR/wpf-math/issues/99
135144
[issue-100]: https://github.com/ForNeVeR/wpf-math/issues/100
136145
[issue-104]: https://github.com/ForNeVeR/wpf-math/issues/104
137146
[issue-115]: https://github.com/ForNeVeR/wpf-math/issues/115
@@ -152,8 +161,10 @@ This was the initially published version. It consisted entirely of the original
152161
[issue-209]: https://github.com/ForNeVeR/wpf-math/issues/209
153162
[issue-225]: https://github.com/ForNeVeR/wpf-math/issues/225
154163
[issue-226]: https://github.com/ForNeVeR/wpf-math/issues/226
164+
[issue-244]: https://github.com/ForNeVeR/wpf-math/issues/244
155165
[issue-248]: https://github.com/ForNeVeR/wpf-math/issues/248
156166
[issue-257]: https://github.com/ForNeVeR/wpf-math/issues/257
167+
[issue-275]: https://github.com/ForNeVeR/wpf-math/issues/275
157168
[pull-53]: https://github.com/ForNeVeR/wpf-math/pull/53
158169
[pull-54]: https://github.com/ForNeVeR/wpf-math/pull/54
159170
[pull-58]: https://github.com/ForNeVeR/wpf-math/pull/58
@@ -173,7 +184,10 @@ This was the initially published version. It consisted entirely of the original
173184
[pull-212]: https://github.com/ForNeVeR/wpf-math/pull/212
174185
[pull-252]: https://github.com/ForNeVeR/wpf-math/pull/252
175186
[pull-253]: https://github.com/ForNeVeR/wpf-math/pull/253
187+
[pull-254]: https://github.com/ForNeVeR/wpf-math/pull/254
176188
[pull-261]: https://github.com/ForNeVeR/wpf-math/pull/261
189+
[pull-277]: https://github.com/ForNeVeR/wpf-math/pull/277
190+
[pull-283]: https://github.com/ForNeVeR/wpf-math/pull/283
177191

178192
[0.1.0]: https://github.com/ForNeVeR/wpf-math/releases/tag/0.1.0
179193
[0.2.0]: https://github.com/ForNeVeR/wpf-math/compare/0.1.0...0.2.0
@@ -185,4 +199,5 @@ This was the initially published version. It consisted entirely of the original
185199
[0.7.0]: https://github.com/ForNeVeR/wpf-math/compare/0.6.0...0.7.0
186200
[0.8.0]: https://github.com/ForNeVeR/wpf-math/compare/0.7.0...0.8.0
187201
[0.9.0]: https://github.com/ForNeVeR/wpf-math/compare/0.8.0...0.9.0
188-
[Unreleased]: https://github.com/ForNeVeR/wpf-math/compare/0.9.0...HEAD
202+
[0.10.0]: https://github.com/ForNeVeR/wpf-math/compare/0.9.0...v0.10.0
203+
[Unreleased]: https://github.com/ForNeVeR/wpf-math/compare/v0.10.0...HEAD

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ The MIT License
33

44
Copyright (c) 2010 Alex Regueiro
55

6-
Copyright (c) 2020 WPF-Math Contributors
6+
Copyright (c) 2021 WPF-Math Contributors
77

88
Permission is hereby granted, free of charge, to any person obtaining a copy
99
of this software and associated documentation files (the "Software"), to deal

MAINTAINERSHIP.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ Publish a New Version
55
---------------------
66

77
1. Update the copyright year in [the license file][license], if required.
8-
2. Prepare a corresponding entry in [the changelog][changelog] (usually by renaming the "Unreleased" section).
9-
3. Copy-paste the said entry to the `<PackageReleaseNotes>` element of `src/WpfMath/WpfMath.csproj`.
10-
4. Set `<Version>` in `src/WpfMath/WpfMath.csproj`.
11-
5. Push a tag in form of `v<VERSION>`, e.g. `v0.0.1`. GitHub Actions will do the rest (push a NuGet package).
8+
2. Update the copyright year in `src/WpfMath/WpfMath.csproj`, if required.
9+
3. Prepare a corresponding entry in [the changelog][changelog] (usually by renaming the "Unreleased" section).
10+
4. Copy-paste the said entry to the `<PackageReleaseNotes>` element of `src/WpfMath/WpfMath.csproj`.
11+
5. Set `<Version>` in `src/WpfMath/WpfMath.csproj`.
12+
6. Push a tag in form of `v<VERSION>`, e.g. `v0.0.1`. GitHub Actions will do the rest (push a NuGet package).
1213

1314
Prepare NuGet Package Locally
1415
-----------------------------

src/WpfMath/WpfMath.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<PackageReleaseNotes>Extended delimiter support; newline command support; support for \{ and \} commands; bug fixes.</PackageReleaseNotes>
1919
<PackageTags>wpf;latex;formula</PackageTags>
2020
<Description>.NET library for rendering mathematical formulae using the LaTeX typsetting style, for the WPF framework.</Description>
21-
<Copyright>Copyright © Alex Regueiro 2010; Copyright © WPF-Math Contributors 2020</Copyright>
21+
<Copyright>Copyright © Alex Regueiro 2010; Copyright © WPF-Math Contributors 2021</Copyright>
2222

2323
<PublishRepositoryUrl>true</PublishRepositoryUrl>
2424
<EmbedUntrackedSources>true</EmbedUntrackedSources>

0 commit comments

Comments
 (0)