From 9b1a3904930add56a102991052f6bcae530f6cd3 Mon Sep 17 00:00:00 2001 From: hustcer Date: Wed, 12 Feb 2025 12:04:57 +0800 Subject: [PATCH] Bump to v1.9 --- CHANGELOG.md | 12 ++++++++++++ meta.json | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a198182..fc00459 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # Changelog All notable changes to this project will be documented in this file. +## [1.9.0] - 2025-02-12 + +### Bug Fixes + +- Fix no repo column error for local code review (#102) + +### Features + +- Add streaming output support for local code review (#103) +- Add support for custom patch commands by `-c, --patch-cmd` flag in local code review (#106) +- Add DeepSeek R1 model support (#107) + ## [1.8.0] - 2025-02-10 ### Bug Fixes diff --git a/meta.json b/meta.json index 86eab06..8ffa546 100644 --- a/meta.json +++ b/meta.json @@ -1,7 +1,7 @@ { "name": "deepseek-review", - "version": "1.8.0", - "actionVer": "v1.8", + "version": "1.9.0", + "actionVer": "v1.9", "author": "hustcer", "license": "MIT", "github": "https://github.com/hustcer/deepseek-review",