Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Sources/VibeChardCore/Domain/VibeChard.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down