Skip to content

Commit 2e0f372

Browse files
committed
chore(release): 0.27.5 [skip ci]
1 parent 4d116b0 commit 2e0f372

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/
77

88
## [Unreleased]
99

10+
## [0.27.5] - 2026-02-19
11+
1012
### Fixed
1113

1214
- 修复 Bison 的内存泄漏问题
@@ -764,7 +766,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/
764766

765767
- 正常工作的版本。
766768

767-
[Unreleased]: https://github.com/he0119/CoolQBot/compare/v0.27.4...HEAD
769+
[Unreleased]: https://github.com/he0119/CoolQBot/compare/v0.27.5...HEAD
770+
[0.27.5]: https://github.com/he0119/CoolQBot/compare/v0.27.4...v0.27.5
768771
[0.27.4]: https://github.com/he0119/CoolQBot/compare/v0.27.3...v0.27.4
769772
[0.27.3]: https://github.com/he0119/CoolQBot/compare/v0.27.2...v0.27.3
770773
[0.27.2]: https://github.com/he0119/CoolQBot/compare/v0.27.1...v0.27.2

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "coolqbot"
3-
version = "0.27.4"
3+
version = "0.27.5"
44
description = "基于 NoneBot2 的聊天机器人"
55
authors = [{ name = "uy_sun", email = "hmy0119@gmail.com" }]
66
readme = "README.md"
@@ -157,7 +157,7 @@ asyncio_mode = "auto"
157157
asyncio_default_fixture_loop_scope = "session"
158158

159159
[tool.bumpversion]
160-
current_version = "0.27.4"
160+
current_version = "0.27.5"
161161
commit = true
162162
message = "chore(release): {new_version} [skip ci]"
163163

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)