diff --git a/CHANGELOG.md b/CHANGELOG.md index cea1ad7..c192d60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.1](https://github.com/AZagatti/trimwire/compare/v0.6.0...v0.6.1) - 2026-07-08 + +### Added + +- *(cli)* coexist for GUI/editor Claude Code via a process-local launcher ([#173](https://github.com/AZagatti/trimwire/pull/173)) ([#186](https://github.com/AZagatti/trimwire/pull/186)) + ## [0.6.0](https://github.com/AZagatti/trimwire/compare/v0.5.1...v0.6.0) - 2026-07-07 ### Added diff --git a/Cargo.lock b/Cargo.lock index 23db061..864851c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2428,7 +2428,7 @@ dependencies = [ [[package]] name = "trimwire" -version = "0.6.0" +version = "0.6.1" dependencies = [ "ahash", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 3370a80..4fd51b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trimwire" -version = "0.6.0" +version = "0.6.1" edition = "2024" rust-version = "1.85" authors = ["Andre Zagatti "]