diff --git a/CHANGELOG.md b/CHANGELOG.md index 3219739..e3178d7 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.0.5] - 2023-03-06 + ### Fixed - 修复设置多个分隔符时无法匹配的问题 @@ -41,7 +43,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/ - 可以使用的版本。 -[unreleased]: https://github.com/he0119/nonebot-plugin-treehelp/compare/v0.0.4...HEAD +[unreleased]: https://github.com/he0119/nonebot-plugin-treehelp/compare/v0.0.5...HEAD +[0.0.5]: https://github.com/he0119/nonebot-plugin-treehelp/compare/v0.0.4...v0.0.5 [0.0.4]: https://github.com/he0119/nonebot-plugin-treehelp/compare/v0.0.3...v0.0.4 [0.0.3]: https://github.com/he0119/nonebot-plugin-treehelp/compare/v0.0.2...v0.0.3 [0.0.2]: https://github.com/he0119/nonebot-plugin-treehelp/compare/v0.0.1...v0.0.2 diff --git a/pyproject.toml b/pyproject.toml index dff11dc..02fe2b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nonebot-plugin-treehelp" -version = "0.0.4" +version = "0.0.5" description = "适用于 Nonebot2 的树形帮助插件" authors = ["hemengyang "] license = "MIT"