From e69bfd746d6031b601767813ee9319213893503c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Zagatti?= Date: Tue, 7 Jul 2026 21:20:16 -0300 Subject: [PATCH] chore: release v0.6.1 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) 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 "]