File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed 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.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
Original file line number Diff line number Diff line change 11[project ]
22name = " nonebot-plugin-wordcloud"
3- version = " 0.8.0 "
3+ version = " 0.8.1 "
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.0 "
140+ current_version = " 0.8.1 "
141141commit = true
142142message = " chore(release): {new_version}"
143143
You can’t perform that action at this time.
0 commit comments