From e772c3acc6d2e331a7d79d4cabb314104569dc2d Mon Sep 17 00:00:00 2001 From: uy/sun Date: Fri, 20 Dec 2024 10:17:25 +0800 Subject: [PATCH] chore(release): 4.2.2 [skip ci] (#334) --- 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 e8395df4..ed2755bc 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.2] - 2024-12-20 + ### Fixed - 重新调整数据显示顺序和文本 @@ -609,7 +611,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/ - 最初的版本 -[Unreleased]: https://github.com/nonebot/noneflow/compare/v4.2.1...HEAD +[Unreleased]: https://github.com/nonebot/noneflow/compare/v4.2.2...HEAD +[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 [4.1.4]: https://github.com/nonebot/noneflow/compare/v4.1.3...v4.1.4 diff --git a/pyproject.toml b/pyproject.toml index 80f0bf18..85cbbd91 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "noneflow" -version = "4.2.1" +version = "4.2.2" 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.1" +current_version = "4.2.2" commit = true message = "chore(release): {new_version}" diff --git a/uv.lock b/uv.lock index a1481220..61f8ddb4 100644 --- a/uv.lock +++ b/uv.lock @@ -609,7 +609,7 @@ wheels = [ [[package]] name = "noneflow" -version = "4.2.1" +version = "4.2.2" source = { virtual = "." } dependencies = [ { name = "click" },