release: v0.8.0

This commit is contained in:
Ogulcan Celik 2026-08-03 21:52:56 +03:00
parent 977a4f16e8
commit 857196dee1
4 changed files with 6 additions and 2 deletions

View File

@ -2,6 +2,8 @@
## Unreleased
## [0.8.0] - 2026-08-03
### Added
- Added `herdr --skill` to print the agent skill bundled with the running Herdr binary.
- Added `ui.pane_scrollbars = false` to hide terminal pane scrollbars and reclaim their reserved column. (#2167)

2
Cargo.lock generated
View File

@ -671,7 +671,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
[[package]]
name = "herdr"
version = "0.7.5"
version = "0.8.0"
dependencies = [
"base64",
"bincode",

View File

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

View File

@ -2,6 +2,8 @@
## Unreleased
## [0.8.0] - 2026-08-03
### Added
- Added `herdr --skill` to print the agent skill bundled with the running Herdr binary.
- Added `ui.pane_scrollbars = false` to hide terminal pane scrollbars and reclaim their reserved column. (#2167)