diff --git a/CHANGELOG.md b/CHANGELOG.md index b42ee1f..5b5c115 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ The English README is the source of truth; localized READMEs may lag. ## Unreleased +## 0.9.2 - 2026-05-16 + ### Fixed - Clarified `vch land` wrong-branch diagnostics so resolved `--into` failures show the target branch and no longer suggest passing diff --git a/Sources/VibeChardCore/Domain/VibeChard.swift b/Sources/VibeChardCore/Domain/VibeChard.swift index 3dc722f..1fec711 100644 --- a/Sources/VibeChardCore/Domain/VibeChard.swift +++ b/Sources/VibeChardCore/Domain/VibeChard.swift @@ -11,7 +11,7 @@ public enum VibeChard { /// Semantic version of the `vch` binary. /// Bumped manually in `git tag v*` releases. The release workflow /// fails fast if this constant doesn't match the pushed tag. - public static let version = "0.9.1" + public static let version = "0.9.2" /// Canonical public repository URL used for version-pinned docs. public static let repositoryURL = "https://github.com/Maples7/VibeChard"