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.7.2] - 2024-04-29
11+
1012### Fixed
1113
1214- 修复某个群组定时发送词云失败时影响其他群组的问题
@@ -285,7 +287,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/
285287
286288- 可以使用的版本。
287289
288- [ unreleased ] : https://github.com/he0119/nonebot-plugin-wordcloud/compare/v0.7.0...HEAD
290+ [ unreleased ] : https://github.com/he0119/nonebot-plugin-wordcloud/compare/v0.7.2...HEAD
291+ [ 0.7.2 ] : https://github.com/he0119/nonebot-plugin-wordcloud/compare/v0.7.1...v0.7.2
292+ [ 0.7.1 ] : https://github.com/he0119/nonebot-plugin-wordcloud/compare/v0.7.0...v0.7.1
289293[ 0.7.0 ] : https://github.com/he0119/nonebot-plugin-wordcloud/compare/v0.6.1...v0.7.0
290294[ 0.6.1 ] : https://github.com/he0119/nonebot-plugin-wordcloud/compare/v0.6.0...v0.6.1
291295[ 0.6.0 ] : https://github.com/he0119/nonebot-plugin-wordcloud/compare/v0.5.2...v0.6.0
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " nonebot-plugin-wordcloud"
3- version = " 0.7.1 "
3+ version = " 0.7.2 "
44description = " 适用于 NoneBot2 的词云插件"
55authors = [" hemengyang <hmy0119@gmail.com>" ]
66license = " MIT"
You can’t perform that action at this time.
0 commit comments