Skip to content

Commit ee74f55

Browse files
committed
chore(release): 0.8.1
1 parent 053507b commit ee74f55

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
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.8.1] - 2024-12-24
11+
1012
### Added
1113

1214
- 给快捷命令添加人类可读描述
@@ -311,7 +313,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/
311313

312314
- 可以使用的版本。
313315

314-
[Unreleased]: https://github.com/he0119/nonebot-plugin-wordcloud/compare/v0.8.0...HEAD
316+
[Unreleased]: https://github.com/he0119/nonebot-plugin-wordcloud/compare/v0.8.1...HEAD
317+
[0.8.1]: https://github.com/he0119/nonebot-plugin-wordcloud/compare/v0.8.0...v0.8.1
315318
[0.8.0]: https://github.com/he0119/nonebot-plugin-wordcloud/compare/v0.7.3...v0.8.0
316319
[0.7.3]: https://github.com/he0119/nonebot-plugin-wordcloud/compare/v0.7.2...v0.7.3
317320
[0.7.2]: https://github.com/he0119/nonebot-plugin-wordcloud/compare/v0.7.1...v0.7.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 = "nonebot-plugin-wordcloud"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
description = "适用于 NoneBot2 的词云插件"
55
authors = [{ name = "uy_sun", email = "hmy0119@gmail.com" }]
66
readme = "README.md"
@@ -137,7 +137,7 @@ asyncio_mode = "auto"
137137
asyncio_default_fixture_loop_scope = "session"
138138

139139
[tool.bumpversion]
140-
current_version = "0.8.0"
140+
current_version = "0.8.1"
141141
commit = true
142142
message = "chore(release): {new_version}"
143143

0 commit comments

Comments
 (0)