Skip to content

Commit e3b1942

Browse files
committed
chore(release): 0.27.0 [skip ci]
1 parent 98c5d71 commit e3b1942

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.0] - 2025-09-21
11+
1012
### Added
1113

1214
- 适配和风天气的 API Host
@@ -721,7 +723,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/
721723

722724
- 正常工作的版本。
723725

724-
[Unreleased]: https://github.com/he0119/CoolQBot/compare/v0.26.2...HEAD
726+
[Unreleased]: https://github.com/he0119/CoolQBot/compare/v0.27.0...HEAD
727+
[0.27.0]: https://github.com/he0119/CoolQBot/compare/v0.26.2...v0.27.0
725728
[0.26.2]: https://github.com/he0119/CoolQBot/compare/v0.26.1...v0.26.2
726729
[0.26.1]: https://github.com/he0119/CoolQBot/compare/v0.26.0...v0.26.1
727730
[0.26.0]: https://github.com/he0119/CoolQBot/compare/v0.25.0...v0.26.0

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.26.2"
3+
version = "0.27.0"
44
description = "基于 NoneBot2 的聊天机器人"
55
authors = [{ name = "uy_sun", email = "hmy0119@gmail.com" }]
66
readme = "README.md"
@@ -144,7 +144,7 @@ asyncio_mode = "auto"
144144
asyncio_default_fixture_loop_scope = "session"
145145

146146
[tool.bumpversion]
147-
current_version = "0.26.2"
147+
current_version = "0.27.0"
148148
commit = true
149149
message = "chore(release): {new_version} [skip ci]"
150150

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)