Skip to content

Commit fb1173e

Browse files
committed
chore: Release v0.10
1 parent 2d07619 commit fb1173e

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
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.10.0] - 2020-06-03
11+
1012
### Added
1113
* `readme` field on datafile root elements (gamesystem and catalogue) in code
1214
and in 2.03 schema ([#115]).
@@ -125,7 +127,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
125127
[#39]: https://github.com/WarHub/wham/pull/39
126128

127129

128-
[Unreleased]: https://github.com/WarHub/wham/compare/v0.8.0...HEAD
130+
[Unreleased]: https://github.com/WarHub/wham/compare/v0.10.0...HEAD
131+
[0.10.0]: https://github.com/WarHub/wham/compare/v0.9.0...v0.10.0
129132
[0.9.0]: https://github.com/WarHub/wham/compare/v0.8.0...v0.9.0
130133
[0.8.0]: https://github.com/WarHub/wham/compare/v0.7.0...v0.8.0
131134
[0.7.0]: https://github.com/WarHub/wham/compare/v0.6.17...v0.7.0

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.10.0-alpha.{height}",
3+
"version": "0.10",
44
"versionHeightOffset": -1,
55
"nuGetPackageVersion": {
66
"semVer": 2.0

0 commit comments

Comments
 (0)