Skip to content

Commit a709785

Browse files
committed
chore: Set version to v0.9 public, mark changelog
1 parent 8742b17 commit a709785

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.9.0] - 2020-05-21
11+
1012
### Added
1113
* C# 8.0 Nullable Reference Types support (NRTs) ([#111]).
1214
* `netstandard2.1` targets in libraries to support NRT-enabled TFMs.
@@ -111,6 +113,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
111113

112114

113115
[Unreleased]: https://github.com/WarHub/wham/compare/v0.8.0...HEAD
116+
[0.9.0]: https://github.com/WarHub/wham/compare/v0.8.0...v0.9.0
114117
[0.8.0]: https://github.com/WarHub/wham/compare/v0.7.0...v0.8.0
115118
[0.7.0]: https://github.com/WarHub/wham/compare/v0.6.17...v0.7.0
116119
[0.6.17]: https://github.com/WarHub/wham/compare/v0.3.0...v0.6.17

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3-
"version": "0.9.0-alpha.{height}",
3+
"version": "0.9",
44
"versionHeightOffset": -1,
55
"nuGetPackageVersion": {
66
"semVer": 2.0

0 commit comments

Comments
 (0)