Skip to content

Commit 2149d13

Browse files
committed
Release: prepare v2.0.0
1 parent c2203d5 commit 2149d13

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ 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] (2.0.0)
6+
## [2.0.0] - 2023-06-11
77
Although a major release with certain formally breaking changes, these changes should hopefully not break any normal usage of the library (if the user code doesn't implement own `IElementRenderer`).
88

99
### Changed
@@ -17,6 +17,9 @@ Although a major release with certain formally breaking changes, these changes s
1717
- [An unsupported command `\geqslant`][issue-313].
1818
- New commands: `\cancel`, `\bcancel`, `\xcancel` (partially addressing [issue #349][issue-349]), thanks @Orace.
1919

20+
### Fixed
21+
- [#409: Exception on empty matrix row][issue-409].
22+
2023
## [1.1.0] - 2023-04-30
2124
### Fixed
2225
- [#387: Alignment issue in matrix with an empty cell][issue-387], thanks @Orace.
@@ -33,7 +36,7 @@ Although a major release with certain formally breaking changes, these changes s
3336
- a lot of types were migrated from `WpfMath` namespace to `XamlMath`,
3437
- all the internal XML file resources were migrated to the new namespace as well.
3538
- The `XamlMath.Shared` assembly has been extracted into a separately published NuGet package.
36-
- **(Breaking change.)** WPF-Math no longer supports .NET Framework 4.5.2, .NET Core 3.1 and .NET 5.0, because they are out of support by Microsoft. The only supported runtimes are:
39+
- **(Breaking change.)** WPF-Math no longer supports .NET Framework 4.5.2, .NET Core 3.1, and .NET 5.0, because they are out of support by Microsoft. The only supported runtimes are:
3740
- .NET Framework 4.6.2 or later,
3841
- .NET 6.0 and later.
3942
- **(Breaking change.)** `WpfMath.Colors.IColorParser::Parse` now accepts `IReadOnlyList` instead of `IEnumerable`.
@@ -82,7 +85,7 @@ Although a major release with certain formally breaking changes, these changes s
8285
- `WpfMath.Fonts.ITeXFont`: implement this interface to provide access to a platform-specific font resource.
8386
- `WpfMath.Rendering.IBrushFactory`: implement this interface to provide access to creation of platform-specific solid-colored brushes.
8487
- `WpfMath.TeXFontMetrics` that contains some measurements of a font glyph.
85-
- An utility `Result` struct is now public.
88+
- A utility `Result` struct is now public.
8689

8790
## [0.12.0] - 2023-01-07
8891
### Added
@@ -265,9 +268,10 @@ This was the initially published version. It consisted entirely of the original
265268
[issue-313]: https://github.com/ForNeVeR/xaml-math/issues/313
266269
[issue-349]: https://github.com/ForNeVeR/xaml-math/issues/349
267270
[issue-350]: https://github.com/ForNeVeR/xaml-math/issues/350
268-
[issue-387]: https://github.com/ForNeVeR/xaml-math/issues/387
269271
[issue-381]: https://github.com/ForNeVeR/xaml-math/issues/381
272+
[issue-387]: https://github.com/ForNeVeR/xaml-math/issues/387
270273
[issue-389]: https://github.com/ForNeVeR/xaml-math/issues/389
274+
[issue-409]: https://github.com/ForNeVeR/xaml-math/issues/409
271275
[pull-53]: https://github.com/ForNeVeR/xaml-math/pull/53
272276
[pull-54]: https://github.com/ForNeVeR/xaml-math/pull/54
273277
[pull-58]: https://github.com/ForNeVeR/xaml-math/pull/58

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22

33
<PropertyGroup Label="Packaging">
4-
<Version>1.1.0</Version>
4+
<Version>2.0.0</Version>
55
<Copyright>Copyright © Alex Regueiro 2010; Copyright © WPF-Math Contributors 2023; Copyright © XAML-Math Contributors 2023</Copyright>
66

77
<Authors>ForNeVeR</Authors>

0 commit comments

Comments
 (0)