Skip to content

Commit df799ef

Browse files
authored
chore: v0.14 stable release (#262)
Bump version.json to stable 0.14 and finalize CHANGELOG for v0.14.0 release.
1 parent f1ebfde commit df799ef

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [0.14.0] - 2026-02-28
99

1010
### Changed
1111

@@ -207,7 +207,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
207207

208208
[#39]: https://github.com/WarHub/wham/pull/39
209209

210-
[Unreleased]: https://github.com/WarHub/wham/compare/v0.13.0...HEAD
210+
[0.14.0]: https://github.com/WarHub/wham/compare/v0.13.0...v0.14.0
211211
[0.13.0]: https://github.com/WarHub/wham/compare/v0.12.0...v0.13.0
212212
[0.12.0]: https://github.com/WarHub/wham/compare/v0.11.0...v0.12.0
213213
[0.11.0]: https://github.com/WarHub/wham/compare/v0.10.0...v0.11.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/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
3-
"version": "0.14.0-alpha.{height}",
3+
"version": "0.14",
44
"versionHeightOffset": -1,
55
"nuGetPackageVersion": {
66
"semVer": 2.0

0 commit comments

Comments
 (0)