diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ef4cb22..dff04a7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.1] - 2026-07-08 + ### Fixed - Tab completion (and other line editing) now stays out of the way over `ssh`. diff --git a/Cargo.lock b/Cargo.lock index e6135d65..9cf63224 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7295,7 +7295,7 @@ dependencies = [ [[package]] name = "tty7" -version = "0.6.0" +version = "0.6.1" dependencies = [ "alacritty_terminal", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 91de0a3c..9d95e645 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tty7" -version = "0.6.0" +version = "0.6.1" edition = "2024" description = "A terminal built on Zed's gpui that never loses your session — daemon-backed, shell-aware" repository = "https://github.com/l0ng-ai/tty7"