Skip to content

Commit 2545ab7

Browse files
committed
chore(release): v0.7.2
1 parent 39eef79 commit 2545ab7

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 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.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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "nonebot-plugin-wordcloud"
3-
version = "0.7.1"
3+
version = "0.7.2"
44
description = "适用于 NoneBot2 的词云插件"
55
authors = ["hemengyang <hmy0119@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)