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"