From 9f47d78a036cc7d3dab423389befd7fa8b8f84d9 Mon Sep 17 00:00:00 2001 From: Hunter Bown Date: Tue, 3 Feb 2026 18:52:55 -0600 Subject: [PATCH] Release v0.3.12 --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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"