From 00000001b5ef5238469d413d73bc4e2293997e5b Mon Sep 17 00:00:00 2001 From: hustcer Date: Wed, 29 Jan 2025 20:38:29 +0800 Subject: [PATCH] v1.0 release --- CHANGELOG.md | 22 ++++++++++++++++++++++ meta.json | 4 ++-- 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad1d626..8d8d7dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ # Changelog All notable changes to this project will be documented in this file. +## [1.0.0] - 2025-01-29 + +### Bug Fixes + +- Fix gh token error +- Fix add comment error +- Make action fail if no response returned from deepseek (#3) + +### Documentation + +- Update README.md (#16) + +### Features + +- Add Github PR code review support +- Add local code changes code review support + +### Miscellaneous Tasks + +- Update prompts to English (#5) +- Update prompts to English in action.yaml (#9) + diff --git a/meta.json b/meta.json index caea0a9..3098464 100644 --- a/meta.json +++ b/meta.json @@ -1,7 +1,7 @@ { "name": "deepseek-review", - "version": "0.1.0", - "actionVer": "v0.1", + "version": "1.0.0", + "actionVer": "v1.0", "author": "hustcer", "license": "MIT", "github": "https://github.com/hustcer/deepseek-review",