diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e0db0c..d448829 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/ ## [Unreleased] +## [0.6.1] - 2023-10-24 + +### Add + +- 升级 orm 版本 + ## [0.6.0] - 2023-10-18 ### Changed @@ -263,7 +269,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/ - 可以使用的版本。 -[unreleased]: https://github.com/he0119/nonebot-plugin-wordcloud/compare/v0.6.0...HEAD +[unreleased]: https://github.com/he0119/nonebot-plugin-wordcloud/compare/v0.6.1...HEAD +[0.6.1]: https://github.com/he0119/nonebot-plugin-wordcloud/compare/v0.6.0...v0.6.1 [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 diff --git a/pyproject.toml b/pyproject.toml index 7cc546d..0378a55 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nonebot-plugin-wordcloud" -version = "0.6.0" +version = "0.6.1" description = "适用于 NoneBot2 的词云插件" authors = ["hemengyang "] license = "MIT"