Skip to content

Commit 94574ea

Browse files
committed
chore(release): 0.8.2
1 parent 913afd7 commit 94574ea

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

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.2] - 2024-12-30
11+
1012
### Fixed
1113

1214
- 修复未能限制到 chatrecorder 版本的问题
@@ -317,7 +319,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/
317319

318320
- 可以使用的版本。
319321

320-
[Unreleased]: https://github.com/he0119/nonebot-plugin-wordcloud/compare/v0.8.1...HEAD
322+
[Unreleased]: https://github.com/he0119/nonebot-plugin-wordcloud/compare/v0.8.2...HEAD
323+
[0.8.2]: https://github.com/he0119/nonebot-plugin-wordcloud/compare/v0.8.1...v0.8.2
321324
[0.8.1]: https://github.com/he0119/nonebot-plugin-wordcloud/compare/v0.8.0...v0.8.1
322325
[0.8.0]: https://github.com/he0119/nonebot-plugin-wordcloud/compare/v0.7.3...v0.8.0
323326
[0.7.3]: https://github.com/he0119/nonebot-plugin-wordcloud/compare/v0.7.2...v0.7.3

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.1"
3+
version = "0.8.2"
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.1"
140+
current_version = "0.8.2"
141141
commit = true
142142
message = "chore(release): {new_version}"
143143

0 commit comments

Comments
 (0)