From f3ea289921bea73a3356b9d68bfee2336c71b42c Mon Sep 17 00:00:00 2001 From: hustcer Date: Thu, 13 Feb 2025 19:48:21 +0800 Subject: [PATCH] Bump to v1.11 --- CHANGELOG.md | 8 ++++++++ meta.json | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3c0973..5c0ddfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # Changelog All notable changes to this project will be documented in this file. +## [1.11.0] - 2025-02-13 + +### Bug Fixes + +- Do not show reasoning parts if reviewed by DeepSeek V3 model (#121) +- Fix `reasoning_content` field may not exists error +- Fix `include` & `exclude` pattern matching error (#122) + ## [1.10.0] - 2025-02-12 ### Features diff --git a/meta.json b/meta.json index 47f46fb..2deba85 100644 --- a/meta.json +++ b/meta.json @@ -1,7 +1,7 @@ { "name": "deepseek-review", - "version": "1.10.0", - "actionVer": "v1.10", + "version": "1.11.0", + "actionVer": "v1.11", "author": "hustcer", "license": "MIT", "github": "https://github.com/hustcer/deepseek-review",