1
0
mirror of https://github.com/hustcer/deepseek-review.git synced 2026-05-13 05:16:05 +08:00

Bump to v1.11

This commit is contained in:
hustcer
2025-02-13 19:48:21 +08:00
parent 4af2f6036b
commit 2da0b15614
2 changed files with 10 additions and 2 deletions

View File

@@ -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

View File

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