release: v0.6.4

This commit is contained in:
Ogulcan Celik
2026-05-27 21:37:18 +03:00
parent 8e7317e223
commit 8180d76b30
4 changed files with 6 additions and 2 deletions
+2
View File
@@ -2,6 +2,8 @@
## Unreleased
## [0.6.4] - 2026-05-27
### Fixed
- Fixed macOS server startup with large restored sessions by raising the server file descriptor soft limit, preventing new panes from failing with `dup of fd N failed` or `Too many open files` around 40 live panes. (#327)
Generated
+1 -1
View File
@@ -531,7 +531,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
[[package]]
name = "herdr"
version = "0.6.3"
version = "0.6.4"
dependencies = [
"base64",
"bincode",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "herdr"
version = "0.6.3"
version = "0.6.4"
edition = "2021"
build = "build.rs"
description = "terminal workspace manager for AI coding agents"
+2
View File
@@ -2,6 +2,8 @@
## Unreleased
## [0.6.4] - 2026-05-27
### Fixed
- Fixed macOS server startup with large restored sessions by raising the server file descriptor soft limit, preventing new panes from failing with `dup of fd N failed` or `Too many open files` around 40 live panes. (#327)