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

Bump to v1.7

This commit is contained in:
hustcer
2025-02-08 18:16:11 +08:00
parent 2ab221a624
commit e39776e524
2 changed files with 16 additions and 2 deletions

View File

@@ -1,6 +1,20 @@
# Changelog
All notable changes to this project will be documented in this file.
## [1.7.0] - 2025-02-08
### Features
- Remove the dependency on `just` for local code review (#84)
### Bug Fixes
- Fix possible GitHub comment posting errors
### Refactor
- Improve prompts loading helper (#82)
## [1.6.0] - 2025-02-07
### Features

View File

@@ -1,7 +1,7 @@
{
"name": "deepseek-review",
"version": "1.6.0",
"actionVer": "v1.6",
"version": "1.7.0",
"actionVer": "v1.7",
"author": "hustcer",
"license": "MIT",
"github": "https://github.com/hustcer/deepseek-review",