From 88a6fe099982576dc9a6086f70d898ad1d05d65e Mon Sep 17 00:00:00 2001 From: uy_sun Date: Thu, 15 Aug 2024 21:03:39 +0800 Subject: [PATCH] chore(release): 0.8.0 --- CHANGELOG.md | 5 ++++- pyproject.toml | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b61fcc..2c334dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 - 添加命令的帮助信息 @@ -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 diff --git a/pyproject.toml b/pyproject.toml index a4dc970..a946374 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "nonebot-plugin-wordcloud" -version = "0.7.3" +version = "0.8.0" description = "适用于 NoneBot2 的词云插件" authors = [{ name = "uy_sun", email = "hmy0119@gmail.com" }] dependencies = [ @@ -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}"