diff --git a/CHANGELOG.md b/CHANGELOG.md index 32b865b..0181ac0 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.6] - 2026-09-02 [Changes][v0.14.6] ### Features @@ -835,6 +837,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.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 [v0.14.3]: https://github.com/srothgan/claude-code-rust/compare/v0.14.2...v0.14.3 diff --git a/Cargo.lock b/Cargo.lock index c74d115..a35dbcd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -510,7 +510,7 @@ checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9" [[package]] name = "claude-code-rust" -version = "0.14.5" +version = "0.14.6" dependencies = [ "ansi-to-tui", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 98ae957..daf388c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "claude-code-rust" -version = "0.14.5" +version = "0.14.6" edition = "2024" rust-version = "1.88.0" license = "Apache-2.0" diff --git a/package-lock.json b/package-lock.json index 12bcfee..78c0611 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "claude-code-rust", - "version": "0.14.5", + "version": "0.14.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "claude-code-rust", - "version": "0.14.5", + "version": "0.14.6", "license": "Apache-2.0", "dependencies": { "@anthropic-ai/claude-agent-sdk": "0.3.258" diff --git a/package.json b/package.json index 469c361..38452f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "claude-code-rust", - "version": "0.14.5", + "version": "0.14.6", "description": "Claude Code Rust - native Rust terminal interface for Claude Code", "keywords": [ "cli",