diff --git a/CHANGELOG.md b/CHANGELOG.md index b183fc4..91faacb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,9 @@ All notable changes to this project will be documented in this file. -## [Unreleased] + + +## [0.14.7] - 2026-09-13 [Changes][v0.14.7] ### Features @@ -845,6 +847,7 @@ Performance optimization was a major release theme across recent commits: - `PromptResponse.usage` is `None` - Session resume (`--resume`) is blocked on an upstream adapter release that contains a Windows path encoding fix +[v0.14.7]: https://github.com/srothgan/claude-code-rust/compare/v0.14.6...v0.14.7 [v0.14.6]: https://github.com/srothgan/claude-code-rust/compare/v0.14.5...v0.14.6 [v0.14.5]: https://github.com/srothgan/claude-code-rust/compare/v0.14.4...v0.14.5 [v0.14.4]: https://github.com/srothgan/claude-code-rust/compare/v0.14.3...v0.14.4 diff --git a/Cargo.lock b/Cargo.lock index a35dbcd..fd36fa2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -510,7 +510,7 @@ checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9" [[package]] name = "claude-code-rust" -version = "0.14.6" +version = "0.14.7" dependencies = [ "ansi-to-tui", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index daf388c..2acb9d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "claude-code-rust" -version = "0.14.6" +version = "0.14.7" edition = "2024" rust-version = "1.88.0" license = "Apache-2.0" diff --git a/package-lock.json b/package-lock.json index 420245c..ed28345 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "claude-code-rust", - "version": "0.14.6", + "version": "0.14.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "claude-code-rust", - "version": "0.14.6", + "version": "0.14.7", "license": "Apache-2.0", "dependencies": { "@anthropic-ai/claude-agent-sdk": "0.3.270" diff --git a/package.json b/package.json index 57ea065..abdfb4a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "claude-code-rust", - "version": "0.14.6", + "version": "0.14.7", "description": "Claude Code Rust - native Rust terminal interface for Claude Code", "keywords": [ "cli",