diff --git a/CHANGELOG.md b/CHANGELOG.md index f2bbfa72..3121a477 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] +## [4.4.0] - 2025-06-17 + ### Added - 在 Noneflow 工作流评论处增设 Noneflow 运行历史 @@ -665,7 +667,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/ - 最初的版本 -[Unreleased]: https://github.com/nonebot/noneflow/compare/v4.3.1...HEAD +[Unreleased]: https://github.com/nonebot/noneflow/compare/v4.4.0...HEAD +[4.4.0]: https://github.com/nonebot/noneflow/compare/v4.3.1...v4.4.0 [4.3.1]: https://github.com/nonebot/noneflow/compare/v4.3.0...v4.3.1 [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 diff --git a/pyproject.toml b/pyproject.toml index 7ee399ff..d5a8fd73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "noneflow" -version = "4.3.1" +version = "4.4.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.3.1" +current_version = "4.4.0" commit = true message = "chore(release): {new_version}" diff --git a/uv.lock b/uv.lock index 9876aaed..e70efcc7 100644 --- a/uv.lock +++ b/uv.lock @@ -511,7 +511,7 @@ wheels = [ [[package]] name = "noneflow" -version = "4.3.1" +version = "4.4.0" source = { virtual = "." } dependencies = [ { name = "click" },