Skip to content

Commit 88a6fe0

Browse files
committed
chore(release): 0.8.0
1 parent 71e449f commit 88a6fe0

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "nonebot-plugin-wordcloud"
3-
version = "0.7.3"
3+
version = "0.8.0"
44
description = "适用于 NoneBot2 的词云插件"
55
authors = [{ name = "uy_sun", email = "hmy0119@gmail.com" }]
66
dependencies = [
@@ -124,7 +124,7 @@ addopts = ["--import-mode=importlib"]
124124
asyncio_mode = "auto"
125125

126126
[tool.bumpversion]
127-
current_version = "0.7.3"
127+
current_version = "0.8.0"
128128
commit = true
129129
message = "chore(release): {new_version}"
130130

0 commit comments

Comments
 (0)