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.0] - 2024-08-15
11+
1012### Added
1113
1214- 添加命令的帮助信息
@@ -301,7 +303,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/
301303
302304- 可以使用的版本。
303305
304- [ unreleased ] : https://github.com/he0119/nonebot-plugin-wordcloud/compare/v0.7.3...HEAD
306+ [ unreleased ] : https://github.com/he0119/nonebot-plugin-wordcloud/compare/v0.8.0...HEAD
307+ [ 0.8.0 ] : https://github.com/he0119/nonebot-plugin-wordcloud/compare/v0.7.3...v0.8.0
305308[ 0.7.3 ] : https://github.com/he0119/nonebot-plugin-wordcloud/compare/v0.7.2...v0.7.3
306309[ 0.7.2 ] : https://github.com/he0119/nonebot-plugin-wordcloud/compare/v0.7.1...v0.7.2
307310[ 0.7.1 ] : https://github.com/he0119/nonebot-plugin-wordcloud/compare/v0.7.0...v0.7.1
Original file line number Diff line number Diff line change 11[project ]
22name = " nonebot-plugin-wordcloud"
3- version = " 0.7.3 "
3+ version = " 0.8.0 "
44description = " 适用于 NoneBot2 的词云插件"
55authors = [{ name = " uy_sun" , email = " hmy0119@gmail.com" }]
66dependencies = [
@@ -124,7 +124,7 @@ addopts = ["--import-mode=importlib"]
124124asyncio_mode = " auto"
125125
126126[tool .bumpversion ]
127- current_version = " 0.7.3 "
127+ current_version = " 0.8.0 "
128128commit = true
129129message = " chore(release): {new_version}"
130130
You can’t perform that action at this time.
0 commit comments