From 39b0d041a99fa4b37fac2ab8eeb79e0e2e34b545 Mon Sep 17 00:00:00 2001 From: uy/sun Date: Mon, 30 Dec 2024 10:32:03 +0800 Subject: [PATCH] chore(release): 4.2.3 --- CHANGELOG.md | 5 ++++- pyproject.toml | 4 ++-- uv.lock | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db4f6c8a..79c6199b 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.2.3] - 2024-12-30 + ### Added - 更新 GitHub 适配器至 0.5.0 @@ -615,7 +617,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/ - 最初的版本 -[Unreleased]: https://github.com/nonebot/noneflow/compare/v4.2.2...HEAD +[Unreleased]: https://github.com/nonebot/noneflow/compare/v4.2.3...HEAD +[4.2.3]: https://github.com/nonebot/noneflow/compare/v4.2.2...v4.2.3 [4.2.2]: https://github.com/nonebot/noneflow/compare/v4.2.1...v4.2.2 [4.2.1]: https://github.com/nonebot/noneflow/compare/v4.2.0...v4.2.1 [4.2.0]: https://github.com/nonebot/noneflow/compare/v4.1.4...v4.2.0 diff --git a/pyproject.toml b/pyproject.toml index 538a3e85..0fd7cc6f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "noneflow" -version = "4.2.2" +version = "4.2.3" description = "Manage publish related issues in nonebot2 project" authors = [{ name = "uy_sun", email = "hmy0119@gmail.com" }] readme = "README.md" @@ -103,7 +103,7 @@ adapters = [{ name = "GitHub", module_name = "nonebot.adapters.github" }] plugin_dirs = ["src/plugins"] [tool.bumpversion] -current_version = "4.2.2" +current_version = "4.2.3" commit = true message = "chore(release): {new_version}" diff --git a/uv.lock b/uv.lock index e5ec0859..896c2811 100644 --- a/uv.lock +++ b/uv.lock @@ -610,7 +610,7 @@ wheels = [ [[package]] name = "noneflow" -version = "4.2.2" +version = "4.2.3" source = { virtual = "." } dependencies = [ { name = "click" },