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",