From c71af5fec6e8ae40cfa42e373eeabd9b966d5cad Mon Sep 17 00:00:00 2001 From: Ogulcan Celik Date: Sat, 28 Mar 2026 21:29:54 +0300 Subject: [PATCH] release: v0.1.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 78e7bfe1..5014b850 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## [0.1.2] - 2026-03-28 + ### Added - Added first-run onboarding flow that lets you choose notification preferences (sound and toast) on startup. - Added optional visual toast notifications in the top-right corner for background workspace events (completion and attention-needed alerts). diff --git a/Cargo.lock b/Cargo.lock index ae4626de..aa88d227 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -451,7 +451,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "herdr" -version = "0.1.1" +version = "0.1.2" dependencies = [ "base64", "bytes", diff --git a/Cargo.toml b/Cargo.toml index fd46f44a..3119832f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "herdr" -version = "0.1.1" +version = "0.1.2" edition = "2021" description = "terminal workspace manager for AI coding agents" license = "AGPL-3.0-or-later"