From 63fee138ad839d07a959ace4f6e07e6c7a6a5b0c Mon Sep 17 00:00:00 2001 From: Ogulcan Celik Date: Mon, 27 Apr 2026 22:10:24 +0300 Subject: [PATCH] release: v0.5.2 --- 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 d7ee9875..21ec1833 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## [0.5.2] - 2026-04-27 + ### Added - Config can now be reloaded in the running app/server from the global menu or with `herdr server reload-config`, applying safe live settings without restarting the persistent server. diff --git a/Cargo.lock b/Cargo.lock index ec823d06..cc7f8dd1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -497,7 +497,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "herdr" -version = "0.5.1" +version = "0.5.2" dependencies = [ "base64", "bincode", diff --git a/Cargo.toml b/Cargo.toml index 776cb49d..09e9f644 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "herdr" -version = "0.5.1" +version = "0.5.2" edition = "2021" build = "build.rs" description = "terminal workspace manager for AI coding agents"