release: v0.5.5

This commit is contained in:
Ogulcan Celik 2026-05-06 21:02:51 +03:00
parent 49e6124026
commit 523d50ec6c
3 changed files with 4 additions and 2 deletions

View File

@ -2,6 +2,8 @@
## Unreleased
## [0.5.5] - 2026-05-06
### Added
- Added a mobile layout for narrow terminals, making it practical to SSH into your machine and run herdr from your phone.

2
Cargo.lock generated
View File

@ -497,7 +497,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
[[package]]
name = "herdr"
version = "0.5.4"
version = "0.5.5"
dependencies = [
"base64",
"bincode",

View File

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