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

Bump to v1.20

This commit is contained in:
hustcer
2026-01-23 19:53:21 +08:00
parent 231c2d8432
commit 90c8878923
2 changed files with 30 additions and 2 deletions

View File

@@ -1,6 +1,34 @@
# Changelog
All notable changes to this project will be documented in this file.
## [1.20.0] - 2026-01-23
### Bug Fixes
- Make config-check use default value for --config flag
- Fix `from env` for .env file parsing (#193)
### Miscellaneous Tasks
- Update minimum required Nushell version to 0.110.0
- Update nutest to main ref (#191)
- Update README.md
### Refactor
- A better `from env` parser (#194)
### Deps
- Upgrade to actions/checkout@v5
- Upgrade `hustcer/setup-nu` to v3.20
- Upgrade Nushell version to 0.108.0 (#190)
- Upgrade `hustcer/setup-nu` to v3.21 (#192)
- Upgrade actions/checkout@v6
- Upgrade Nu to 0.109.1 (#195)
- Update Nushell to 0.110.0 (#196)
- Upgrade `hustcer/setup-nu` to v3.22
## [1.19.0] - 2025-07-23
### Bug Fixes

View File

@@ -1,7 +1,7 @@
{
"name": "deepseek-review",
"version": "1.19.0",
"actionVer": "v1.19",
"version": "1.20.0",
"actionVer": "v1.20",
"author": "hustcer",
"license": "MIT",
"github": "https://github.com/hustcer/deepseek-review",