release: v0.4.1

This commit is contained in:
Ogulcan Celik 2026-04-06 01:24:20 +03:00
parent 0d0cef828d
commit ffa23b9cb0
3 changed files with 4 additions and 2 deletions

View File

@ -2,6 +2,8 @@
## Unreleased
## [0.4.1] - 2026-04-06
### Fixed
- Fixed Linux release binaries crashing on startup.

2
Cargo.lock generated
View File

@ -445,7 +445,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
[[package]]
name = "herdr"
version = "0.4.0"
version = "0.4.1"
dependencies = [
"base64",
"bytes",

View File

@ -1,6 +1,6 @@
[package]
name = "herdr"
version = "0.4.0"
version = "0.4.1"
edition = "2021"
build = "build.rs"
description = "terminal workspace manager for AI coding agents"