diff --git a/CHANGELOG.md b/CHANGELOG.md index fbe7164c..2d43e391 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0] - 2026-01-20 + +### Changed +- Removed npm package distribution; now Cargo-only +- Clean up for public release + +### Fixed +- Disabled automatic RLM mode switching; use /rlm or /aleph to enter RLM mode +- Fixed cargo fmt formatting issues + ## [0.0.2] - 2026-01-20 ### Fixed @@ -89,8 +99,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Hooks system and config profiles - Example skills and launch assets -[Unreleased]: https://github.com/Hmbown/DeepSeek-CLI/compare/v0.0.2...HEAD -[0.0.2]: https://github.com/Hmbown/DeepSeek-CLI/releases/tag/v0.0.2 +[Unreleased]: https://github.com/Hmbown/DeepSeek-TUI/compare/v0.2.0...HEAD +[0.2.0]: https://github.com/Hmbown/DeepSeek-TUI/releases/tag/v0.2.0 +[0.0.2]: https://github.com/Hmbown/DeepSeek-TUI/releases/tag/v0.0.2 [0.0.1]: https://github.com/Hmbown/DeepSeek-CLI/releases/tag/v0.0.1 [0.1.9]: https://github.com/Hmbown/DeepSeek-CLI/compare/v0.1.8...v0.1.9 [0.1.8]: https://github.com/Hmbown/DeepSeek-CLI/compare/v0.1.7...v0.1.8 diff --git a/Cargo.lock b/Cargo.lock index a09e7f77..600829ac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -611,7 +611,7 @@ dependencies = [ [[package]] name = "deepseek-tui" -version = "0.0.2" +version = "0.2.0" dependencies = [ "anyhow", "arboard", diff --git a/Cargo.toml b/Cargo.toml index 2952f1f0..990f171c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deepseek-tui" -version = "0.0.2" +version = "0.2.0" edition = "2024" description = "Unofficial DeepSeek CLI - Just run 'deepseek' to start chatting" license = "MIT"