1
0
mirror of https://github.com/hustcer/deepseek-review.git synced 2026-05-13 05:16:05 +08:00

Bump to v1.6

This commit is contained in:
hustcer
2025-02-07 19:13:55 +08:00
parent 9fce8f6d22
commit 00e9246c7d
2 changed files with 17 additions and 2 deletions

View File

@@ -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

View File

@@ -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",