File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11[project ]
22name = " nonebot-plugin-wordcloud"
3- version = " 0.8.1 "
3+ version = " 0.8.2 "
44description = " 适用于 NoneBot2 的词云插件"
55authors = [{ name = " uy_sun" , email = " hmy0119@gmail.com" }]
66readme = " README.md"
@@ -137,7 +137,7 @@ asyncio_mode = "auto"
137137asyncio_default_fixture_loop_scope = " session"
138138
139139[tool .bumpversion ]
140- current_version = " 0.8.1 "
140+ current_version = " 0.8.2 "
141141commit = true
142142message = " chore(release): {new_version}"
143143
You can’t perform that action at this time.
0 commit comments