diff --git a/CHANGELOG.md b/CHANGELOG.md index 806a4329..cb2545a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/ ## [Unreleased] +## [4.3.0] - 2025-04-18 + +### Added + +- 新增插件审核评论的主页入口卡片 +- 新增插件测试结果的卡片 + ## [4.2.7] - 2025-03-08 ### Fixed @@ -643,7 +650,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/ - 最初的版本 -[Unreleased]: https://github.com/nonebot/noneflow/compare/v4.2.7...HEAD +[Unreleased]: https://github.com/nonebot/noneflow/compare/v4.3.0...HEAD +[4.3.0]: https://github.com/nonebot/noneflow/compare/v4.2.7...v4.3.0 [4.2.7]: https://github.com/nonebot/noneflow/compare/v4.2.6...v4.2.7 [4.2.6]: https://github.com/nonebot/noneflow/compare/v4.2.5...v4.2.6 [4.2.5]: https://github.com/nonebot/noneflow/compare/v4.2.4...v4.2.5 diff --git a/pyproject.toml b/pyproject.toml index 12233527..61c786df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "noneflow" -version = "4.2.7" +version = "4.3.0" description = "Manage publish related issues in nonebot2 project" authors = [{ name = "uy_sun", email = "hmy0119@gmail.com" }] readme = "README.md" @@ -114,7 +114,7 @@ review=["review"] fix=["create","fix"] [tool.bumpversion] -current_version = "4.2.7" +current_version = "4.3.0" commit = true message = "chore(release): {new_version}" diff --git a/uv.lock b/uv.lock index 5d0b1f13..725367fb 100644 --- a/uv.lock +++ b/uv.lock @@ -576,7 +576,7 @@ wheels = [ [[package]] name = "noneflow" -version = "4.2.7" +version = "4.3.0" source = { virtual = "." } dependencies = [ { name = "click" },