Skip to content

Commit d6f5763

Browse files
committed
Release: prepare v2.1.0
1 parent 44d2f4b commit d6f5763

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 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.1.0)
6+
## [2.1.0] - 2023-07-15
77
### Changed
88
- AvaloniaMath is now based on (and thus compatible with) Avalonia 11.
99

@@ -325,4 +325,5 @@ This was the initially published version. It consisted entirely of the original
325325
[1.0.0]: https://github.com/ForNeVeR/xaml-math/compare/v0.13.1...v1.0.0
326326
[1.1.0]: https://github.com/ForNeVeR/xaml-math/compare/v1.0.0...v1.1.0
327327
[2.0.0]: https://github.com/ForNeVeR/xaml-math/compare/v1.1.0...v2.0.0
328-
[Unreleased]: https://github.com/ForNeVeR/xaml-math/compare/v2.0.0...HEAD
328+
[2.1.0]: https://github.com/ForNeVeR/xaml-math/compare/v2.0.0...v2.1.0
329+
[Unreleased]: https://github.com/ForNeVeR/xaml-math/compare/v2.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>2.0.0</Version>
4+
<Version>2.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)