release: v0.1.2

This commit is contained in:
Ogulcan Celik 2026-03-28 21:29:54 +03:00
parent 287ccc33d8
commit c71af5fec6
3 changed files with 4 additions and 2 deletions

View File

@ -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).

2
Cargo.lock generated
View File

@ -451,7 +451,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
[[package]]
name = "herdr"
version = "0.1.1"
version = "0.1.2"
dependencies = [
"base64",
"bytes",

View File

@ -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"