Skip to content

Commit

Permalink
Bump to v1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcer committed Feb 12, 2025
1 parent 84dbd26 commit 06d8078
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions meta.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 06d8078

Please sign in to comment.