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:
28
CHANGELOG.md
28
CHANGELOG.md
@@ -1,6 +1,34 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
All notable changes to this project will be documented in this file.
|
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
|
## [1.19.0] - 2025-07-23
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "deepseek-review",
|
"name": "deepseek-review",
|
||||||
"version": "1.19.0",
|
"version": "1.20.0",
|
||||||
"actionVer": "v1.19",
|
"actionVer": "v1.20",
|
||||||
"author": "hustcer",
|
"author": "hustcer",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"github": "https://github.com/hustcer/deepseek-review",
|
"github": "https://github.com/hustcer/deepseek-review",
|
||||||
|
|||||||
Reference in New Issue
Block a user