From 306f2b5a87c7039e69a552886ad7384ee232cc84 Mon Sep 17 00:00:00 2001 From: Ogulcan Celik Date: Fri, 3 Apr 2026 22:14:25 +0300 Subject: [PATCH] release: v0.3.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 cda4453b..f02213b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## [0.3.2] - 2026-04-03 + ### Changed - The global launcher now surfaces update-related actions more clearly: when release notes are available you can open **What's New**, and when an update has been downloaded you can **quit to apply update** directly from the menu. - Release notes are now retained as the latest available notes after you dismiss the startup modal, so you can reopen them later from the UI instead of only seeing them once. diff --git a/Cargo.lock b/Cargo.lock index 5178163c..01d01267 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -451,7 +451,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "herdr" -version = "0.3.1" +version = "0.3.2" dependencies = [ "base64", "bytes", diff --git a/Cargo.toml b/Cargo.toml index fccb0052..95bc35b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "herdr" -version = "0.3.1" +version = "0.3.2" edition = "2021" description = "terminal workspace manager for AI coding agents" license = "AGPL-3.0-or-later"