release: v0.7.5

This commit is contained in:
Ogulcan Celik
2026-07-21 21:04:32 +03:00
parent bc064e9d03
commit ef4c23f577
4 changed files with 6 additions and 2 deletions
+2
View File
@@ -2,6 +2,8 @@
## Unreleased
## [0.7.5] - 2026-07-21
### Breaking Changes
- Installed and linked plugins, including their enabled state, are now global to the current user instead of isolated by Herdr session. Plugins installed only in a named session on Herdr 0.7.3 must be installed or linked again. (#1174)
Generated
+1 -1
View File
@@ -583,7 +583,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
[[package]]
name = "herdr"
version = "0.7.4"
version = "0.7.5"
dependencies = [
"base64",
"bincode",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "herdr"
version = "0.7.4"
version = "0.7.5"
edition = "2021"
build = "build.rs"
description = "terminal workspace manager for AI coding agents"
+2
View File
@@ -2,6 +2,8 @@
## Unreleased
## [0.7.5] - 2026-07-21
### Breaking Changes
- Installed and linked plugins, including their enabled state, are now global to the current user instead of isolated by Herdr session. Plugins installed only in a named session on Herdr 0.7.3 must be installed or linked again. (#1174)