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

Bump v1.1

This commit is contained in:
hustcer
2025-01-30 23:32:09 +08:00
parent 052182c5de
commit 000000090a
2 changed files with 29 additions and 2 deletions

View File

@@ -1,6 +1,33 @@
# Changelog
All notable changes to this project will be documented in this file.
## [1.1.0] - 2025-01-30
### Bug Fixes
- Do not override `GITHUB_TOKEN` env var (#30)
- Check `gh` installation status in GitHub Action (#31)
- Add git repo and git ref checking (#32)
- Add repo checking for GitHub PR review (#34)
- Polish CLI output for local code review (#44)
### Documentation
- Add features description to README (#29)
- Add CLI help doc (#36)
- Add planed features to doc (#39)
- Add local code review guide (#41)
### Features
- Add dot env conf for local code review (#33)
- Add more CLI short flags (#35)
- Add `DEFAULT_GITHUB_REPO` & `DEFAULT_LOCAL_REPO` config for local code review (#42)
### Miscellaneous Tasks
- Use `v1` in README docs (#17)
## [1.0.0] - 2025-01-29
### Bug Fixes

View File

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