diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 37fcefa..8d7e5f1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.0" + ".": "1.0.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 34cc92a..a556ba2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [1.0.1](https://github.com/XxxXTeam/Qwen2API_Go/compare/v1.0.0...v1.0.1) (2026-05-28) + + +### Bug Fixes + +* preserve string tool arguments for write/edit ([ec5d68c](https://github.com/XxxXTeam/Qwen2API_Go/commit/ec5d68c87ccdcb0d164e10276740fae9aba44a33)) +* preserve string tool arguments for write/edit ([05c9208](https://github.com/XxxXTeam/Qwen2API_Go/commit/05c92083a3344e7bd253572483b7b23fd78e33e0)) +* toolcall result ([37b2d04](https://github.com/XxxXTeam/Qwen2API_Go/commit/37b2d04b1e2624c646b5646fcaf3d040ff4e28e0)) +* 优化Redis链接 ([de0146a](https://github.com/XxxXTeam/Qwen2API_Go/commit/de0146ac74d26382984a275e3c9ff0b701f34386)) +* 错误修复 ([3565d89](https://github.com/XxxXTeam/Qwen2API_Go/commit/3565d89f637fcc28cc9e0d7f63f1dfde390d58e4)) + ## [1.0.0](https://github.com/XxxXTeam/Qwen2API_Go/compare/v0.6.0...v1.0.0) (2026-05-22)