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

Bump to v1.10

This commit is contained in:
hustcer
2025-02-12 23:30:23 +08:00
parent 84dbd263c9
commit 06d80785b1
2 changed files with 21 additions and 2 deletions

View File

@@ -1,6 +1,25 @@
# Changelog
All notable changes to this project will be documented in this file.
## [1.10.0] - 2025-02-12
### Features
- Separate the reasoning and the content part of the output (#115)
### Bug Fixes
- Improve error handling of API response for streaming-output (#117)
### Miscellaneous Tasks
- Make `awk` version check works for both `awk` and `gawk` (#109)
- Refine DeepSeek review output, clarify debug logs, and adjust error messaging for better context (#111)
### Performance
- Save the last reply of the model to db instead of a file (#113)
## [1.9.0] - 2025-02-12
### Bug Fixes

View File

@@ -1,7 +1,7 @@
{
"name": "deepseek-review",
"version": "1.9.0",
"actionVer": "v1.9",
"version": "1.10.0",
"actionVer": "v1.10",
"author": "hustcer",
"license": "MIT",
"github": "https://github.com/hustcer/deepseek-review",