diff --git a/CHANGELOG.md b/CHANGELOG.md index e69217b1..30ad0ba0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## [0.6.0] - 2026-05-20 + ### Added - Added keybinding v2 with explicit `prefix+...` syntax, array bindings per action, configurable prefix-mode pane focus, tab switching, and direct modified chords for users who opt in. (#154, #201, #202, #219) - Added `herdr config reset-keys` to back up `config.toml` and remove custom keybindings so built-in v2 defaults apply on restart or config reload. (#154) diff --git a/Cargo.lock b/Cargo.lock index 80a1b610..589f0df9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -531,7 +531,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "herdr" -version = "0.5.12" +version = "0.6.0" dependencies = [ "base64", "bincode", diff --git a/Cargo.toml b/Cargo.toml index 20642dbd..80393733 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "herdr" -version = "0.5.12" +version = "0.6.0" edition = "2021" build = "build.rs" description = "terminal workspace manager for AI coding agents" diff --git a/docs/next/CHANGELOG.md b/docs/next/CHANGELOG.md index e69217b1..30ad0ba0 100644 --- a/docs/next/CHANGELOG.md +++ b/docs/next/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## [0.6.0] - 2026-05-20 + ### Added - Added keybinding v2 with explicit `prefix+...` syntax, array bindings per action, configurable prefix-mode pane focus, tab switching, and direct modified chords for users who opt in. (#154, #201, #202, #219) - Added `herdr config reset-keys` to back up `config.toml` and remove custom keybindings so built-in v2 defaults apply on restart or config reload. (#154)