From cd41e381e712811eb500d693842bd5249261062f Mon Sep 17 00:00:00 2001 From: Hunter Bown Date: Wed, 18 Feb 2026 08:59:27 -0600 Subject: [PATCH] chore: release v0.3.21 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8ef01a3a..1920074a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -726,7 +726,7 @@ dependencies = [ [[package]] name = "deepseek-tui" -version = "0.3.20" +version = "0.3.21" dependencies = [ "anyhow", "arboard", diff --git a/Cargo.toml b/Cargo.toml index fc62edad..3654dbef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deepseek-tui" -version = "0.3.20" +version = "0.3.21" edition = "2024" description = "Unofficial DeepSeek CLI - Just run 'deepseek' to start chatting" license = "MIT"