Skip to content

Commit

Permalink
chore: v0.13 stable release
Browse files Browse the repository at this point in the history
  • Loading branch information
amis92 committed Sep 16, 2021
1 parent 48c6bd6 commit 93cd9ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.13.0] - 2021-09-16

### Changed
- `ListNode<T>`-derived classes (e.g. `ItemListNode`) now have covariant return with self type
in `WithNodes` method override (e.g. `ItemListNode ItemListNode.WithNodes(nodes)`). ([#133])
Expand Down Expand Up @@ -179,7 +181,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#39]: https://github.com/WarHub/wham/pull/39


[Unreleased]: https://github.com/WarHub/wham/compare/v0.12.0...HEAD
[Unreleased]: https://github.com/WarHub/wham/compare/v0.13.0...HEAD
[0.11.0]: https://github.com/WarHub/wham/compare/v0.12.0...v0.13.0
[0.11.0]: https://github.com/WarHub/wham/compare/v0.11.0...v0.12.0
[0.11.0]: https://github.com/WarHub/wham/compare/v0.10.0...v0.11.0
[0.10.0]: https://github.com/WarHub/wham/compare/v0.9.0...v0.10.0
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "0.13.0-alpha.{height}",
"version": "0.13",
"versionHeightOffset": -1,
"nuGetPackageVersion": {
"semVer": 2.0
Expand Down

0 comments on commit 93cd9ce

Please sign in to comment.