From 000000090a5298433d5a5f13492cf2576ddc1f39 Mon Sep 17 00:00:00 2001 From: hustcer Date: Thu, 30 Jan 2025 23:32:09 +0800 Subject: [PATCH] Bump v1.1 --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ meta.json | 4 ++-- 2 files changed, 29 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d8d7dd..b180637 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/meta.json b/meta.json index 3098464..b71d9f1 100644 --- a/meta.json +++ b/meta.json @@ -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",