Skip to content

Commit 2365437

Browse files
committed
Release: prepare v1.1.0
1 parent eba0dff commit 2365437

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ 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] (1.1.0)
6+
## [1.1.0] - 2023-04-30
77
### Fixed
88
- [#387: Alignment issue in matrix with an empty cell][issue-387], thanks @Orace.
99
- [#389: Padding is not respected with `\cases`][issue-389], thanks @Orace.
1010

1111
### Added
12-
- Support for `\begin{align}`, see [#393][pull-393], thanks @Orace.
12+
- [#381: Support for `\begin{align}`][issue-381], thanks @Orace.
1313
- The README file is now packed into NuGet for better documentation.
1414

1515
## [1.0.0] - 2023-02-07
@@ -249,6 +249,7 @@ This was the initially published version. It consisted entirely of the original
249249
[issue-304]: https://github.com/ForNeVeR/xaml-math/issues/304
250250
[issue-350]: https://github.com/ForNeVeR/xaml-math/issues/350
251251
[issue-387]: https://github.com/ForNeVeR/xaml-math/issues/387
252+
[issue-381]: https://github.com/ForNeVeR/xaml-math/issues/381
252253
[issue-389]: https://github.com/ForNeVeR/xaml-math/issues/389
253254
[pull-53]: https://github.com/ForNeVeR/xaml-math/pull/53
254255
[pull-54]: https://github.com/ForNeVeR/xaml-math/pull/54
@@ -275,7 +276,6 @@ This was the initially published version. It consisted entirely of the original
275276
[pull-277]: https://github.com/ForNeVeR/xaml-math/pull/277
276277
[pull-283]: https://github.com/ForNeVeR/xaml-math/pull/283
277278
[pull-329]: https://github.com/ForNeVeR/xaml-math/pull/329
278-
[pull-393]: https://github.com/ForNeVeR/xaml-math/pull/393
279279

280280
[0.1.0]: https://github.com/ForNeVeR/xaml-math/releases/tag/0.1.0
281281
[0.2.0]: https://github.com/ForNeVeR/xaml-math/compare/0.1.0...0.2.0
@@ -293,4 +293,5 @@ This was the initially published version. It consisted entirely of the original
293293
[0.13.0]: https://github.com/ForNeVeR/xaml-math/compare/v0.12.0...v0.13.0
294294
[0.13.1]: https://github.com/ForNeVeR/xaml-math/compare/v0.13.0...v0.13.1
295295
[1.0.0]: https://github.com/ForNeVeR/xaml-math/compare/v0.13.1...v1.0.0
296-
[Unreleased]: https://github.com/ForNeVeR/xaml-math/compare/v1.0.0...HEAD
296+
[1.1.0]: https://github.com/ForNeVeR/xaml-math/compare/v1.0.0...v1.1.0
297+
[Unreleased]: https://github.com/ForNeVeR/xaml-math/compare/v1.1.0...HEAD

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.0.0</Version>
4+
<Version>1.1.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)