Skip to content

Commit

Permalink
chore(release): 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
he0119 committed Aug 15, 2024
1 parent 71e449f commit 88a6fe0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/

## [Unreleased]

## [0.8.0] - 2024-08-15

### Added

- 添加命令的帮助信息
Expand Down Expand Up @@ -301,7 +303,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/

- 可以使用的版本。

[unreleased]: https://github.com/he0119/nonebot-plugin-wordcloud/compare/v0.7.3...HEAD
[unreleased]: https://github.com/he0119/nonebot-plugin-wordcloud/compare/v0.8.0...HEAD
[0.8.0]: https://github.com/he0119/nonebot-plugin-wordcloud/compare/v0.7.3...v0.8.0
[0.7.3]: https://github.com/he0119/nonebot-plugin-wordcloud/compare/v0.7.2...v0.7.3
[0.7.2]: https://github.com/he0119/nonebot-plugin-wordcloud/compare/v0.7.1...v0.7.2
[0.7.1]: https://github.com/he0119/nonebot-plugin-wordcloud/compare/v0.7.0...v0.7.1
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "nonebot-plugin-wordcloud"
version = "0.7.3"
version = "0.8.0"
description = "适用于 NoneBot2 的词云插件"
authors = [{ name = "uy_sun", email = "[email protected]" }]
dependencies = [
Expand Down Expand Up @@ -124,7 +124,7 @@ addopts = ["--import-mode=importlib"]
asyncio_mode = "auto"

[tool.bumpversion]
current_version = "0.7.3"
current_version = "0.8.0"
commit = true
message = "chore(release): {new_version}"

Expand Down

0 comments on commit 88a6fe0

Please sign in to comment.