chore: release v0.2.0
- Bump version to 0.2.0 - Update CHANGELOG.md with release notes - Fix cargo fmt formatting issues 🤖 Generated with [Claude Code](https://claude.com/claude-code)
This commit is contained in:
+13
-2
@@ -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
|
||||
|
||||
Generated
+1
-1
@@ -611,7 +611,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "deepseek-tui"
|
||||
version = "0.0.2"
|
||||
version = "0.2.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"arboard",
|
||||
|
||||
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user