From c424d3ca0ba3a7fdc97da57cb70d71a907d248a6 Mon Sep 17 00:00:00 2001 From: uy_sun Date: Thu, 29 Feb 2024 10:09:07 +0800 Subject: [PATCH] chore(release): v0.4.0 --- CHANGELOG.md | 6 +++++- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b15c3d4..261772b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/ ## [Unreleased] +## [0.4.0] - 2024-02-29 + ### Added - 支持 Alconna +- 适配 Pydantic V2 ## [0.3.0] - 2023-06-17 @@ -65,7 +68,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/ - 可以使用的版本。 -[unreleased]: https://github.com/he0119/nonebot-plugin-treehelp/compare/v0.3.0...HEAD +[unreleased]: https://github.com/he0119/nonebot-plugin-treehelp/compare/v0.4.0...HEAD +[0.4.0]: https://github.com/he0119/nonebot-plugin-treehelp/compare/v0.3.0...v0.4.0 [0.3.0]: https://github.com/he0119/nonebot-plugin-treehelp/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/he0119/nonebot-plugin-treehelp/compare/v0.1.0...v0.2.0 [0.1.0]: https://github.com/he0119/nonebot-plugin-treehelp/compare/v0.0.5...v0.1.0 diff --git a/pyproject.toml b/pyproject.toml index bf75e72..a9b9b9e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nonebot-plugin-treehelp" -version = "0.3.0" +version = "0.4.0" description = "适用于 Nonebot2 的树形帮助插件" authors = ["hemengyang "] license = "MIT"