From 9e405027d3376008fa31cbb01e9eefc29972d893 Mon Sep 17 00:00:00 2001 From: Ogulcan Celik Date: Tue, 12 May 2026 16:19:50 +0300 Subject: [PATCH] release: v0.5.8 --- CHANGELOG.md | 2 ++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42889305..36e21d6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## [0.5.8] - 2026-05-12 + ### Added - Added manual pane labels through `herdr pane rename`, the `pane.rename` socket API, an optional `keys.rename_pane` binding, and the right-click pane menu. - Added `ui.show_agent_labels_on_pane_borders`, which can show detected or reported agent names in split pane borders when no manual pane label is set. diff --git a/Cargo.lock b/Cargo.lock index 9990c023..e0a310dd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -497,7 +497,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "herdr" -version = "0.5.7" +version = "0.5.8" dependencies = [ "base64", "bincode", diff --git a/Cargo.toml b/Cargo.toml index 8228887d..26bd5932 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "herdr" -version = "0.5.7" +version = "0.5.8" edition = "2021" build = "build.rs" description = "terminal workspace manager for AI coding agents"