From 7a513f858a73462ac85507c6918d93e4500414b3 Mon Sep 17 00:00:00 2001 From: uy_sun Date: Wed, 18 Oct 2023 18:26:46 +0800 Subject: [PATCH] chore(release): v0.6.0 --- CHANGELOG.md | 5 ++++- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 162734d..2e0db0c 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.6.0] - 2023-10-18 + ### Changed - 直接使用 cesaa 中的函数替代 chatrecorder @@ -261,7 +263,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/ - 可以使用的版本。 -[unreleased]: https://github.com/he0119/nonebot-plugin-wordcloud/compare/v0.5.2...HEAD +[unreleased]: https://github.com/he0119/nonebot-plugin-wordcloud/compare/v0.6.0...HEAD +[0.6.0]: https://github.com/he0119/nonebot-plugin-wordcloud/compare/v0.5.2...v0.6.0 [0.5.2]: https://github.com/he0119/nonebot-plugin-wordcloud/compare/v0.5.1...v0.5.2 [0.5.1]: https://github.com/he0119/nonebot-plugin-wordcloud/compare/v0.5.0...v0.5.1 [0.5.0]: https://github.com/he0119/nonebot-plugin-wordcloud/compare/v0.4.9...v0.5.0 diff --git a/pyproject.toml b/pyproject.toml index ace3b5a..404fe66 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nonebot-plugin-wordcloud" -version = "0.6.0b2" +version = "0.6.0" description = "适用于 NoneBot2 的词云插件" authors = ["hemengyang "] license = "MIT"