Skip to content

Commit

Permalink
chore: Set version to v0.9 public, mark changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
amis92 committed May 21, 2020
1 parent 8742b17 commit a709785
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions 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.9.0] - 2020-05-21

### Added
* C# 8.0 Nullable Reference Types support (NRTs) ([#111]).
* `netstandard2.1` targets in libraries to support NRT-enabled TFMs.
Expand Down Expand Up @@ -111,6 +113,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0


[Unreleased]: https://github.com/WarHub/wham/compare/v0.8.0...HEAD
[0.9.0]: https://github.com/WarHub/wham/compare/v0.8.0...v0.9.0
[0.8.0]: https://github.com/WarHub/wham/compare/v0.7.0...v0.8.0
[0.7.0]: https://github.com/WarHub/wham/compare/v0.6.17...v0.7.0
[0.6.17]: https://github.com/WarHub/wham/compare/v0.3.0...v0.6.17
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.9.0-alpha.{height}",
"version": "0.9",
"versionHeightOffset": -1,
"nuGetPackageVersion": {
"semVer": 2.0
Expand Down

0 comments on commit a709785

Please sign in to comment.