diff --git a/CHANGELOG.md b/CHANGELOG.md index 38a38e64..32015b0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.3.11] - 2026-02-04 +## [0.3.12] - 2026-02-04 ### Fixed - Map dotted tool names to API-safe identifiers for DeepSeek tool calls diff --git a/Cargo.lock b/Cargo.lock index aebdcae4..dd39fefa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -674,7 +674,7 @@ dependencies = [ [[package]] name = "deepseek-tui" -version = "0.3.11" +version = "0.3.12" dependencies = [ "anyhow", "arboard", diff --git a/Cargo.toml b/Cargo.toml index 59cbd3ca..75a8425f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deepseek-tui" -version = "0.3.11" +version = "0.3.12" edition = "2024" description = "Unofficial DeepSeek CLI - Just run 'deepseek' to start chatting" license = "MIT"