From 88206a92f0367aca8f9ecd31d74a3156365494ba Mon Sep 17 00:00:00 2001 From: hustcer Date: Sat, 8 Feb 2025 18:16:11 +0800 Subject: [PATCH] Bump to v1.7 --- CHANGELOG.md | 14 ++++++++++++++ meta.json | 4 ++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e75c117..dde3d3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/meta.json b/meta.json index 5aa95aa..892b135 100644 --- a/meta.json +++ b/meta.json @@ -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",