diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c5abce..e75c117 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ # Changelog All notable changes to this project will be documented in this file. +## [1.6.0] - 2025-02-07 + +### Features + +- Read `CHAT_MODEL` and `BASE_URL` from `.env` for local code review (#80) + +### Miscellaneous Tasks + +- Use SiliconFlow's DeepSeek model +- Remove the dependency on `gh` (#78) + +### Deps + +- Upgrade `Nushell` to v0.102 (#76) + ## [1.5.1] - 2025-02-01 ### Bug Fixes diff --git a/meta.json b/meta.json index 68793e6..5aa95aa 100644 --- a/meta.json +++ b/meta.json @@ -1,7 +1,7 @@ { "name": "deepseek-review", - "version": "1.5.1", - "actionVer": "v1.5.1", + "version": "1.6.0", + "actionVer": "v1.6", "author": "hustcer", "license": "MIT", "github": "https://github.com/hustcer/deepseek-review",