From 0034f67c620fd3687012d2aee2180f11510356fe Mon Sep 17 00:00:00 2001 From: uy/sun Date: Fri, 20 Dec 2024 09:00:37 +0800 Subject: [PATCH] chore(release): 4.2.1 [skip ci] (#332) --- 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 1d6bc47d..fffc8f26 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.1] - 2024-12-20 + ### Fixed - 统一数据显示顺序并且时间添加时区 @@ -603,7 +605,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/ - 最初的版本 -[Unreleased]: https://github.com/nonebot/noneflow/compare/v4.2.0...HEAD +[Unreleased]: https://github.com/nonebot/noneflow/compare/v4.2.1...HEAD +[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 [4.1.3]: https://github.com/nonebot/noneflow/compare/v4.1.2...v4.1.3 diff --git a/pyproject.toml b/pyproject.toml index 11483fa0..80f0bf18 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "noneflow" -version = "4.2.0" +version = "4.2.1" 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.0" +current_version = "4.2.1" commit = true message = "chore(release): {new_version}" diff --git a/uv.lock b/uv.lock index a5c5a7ba..a1481220 100644 --- a/uv.lock +++ b/uv.lock @@ -609,7 +609,7 @@ wheels = [ [[package]] name = "noneflow" -version = "4.2.0" +version = "4.2.1" source = { virtual = "." } dependencies = [ { name = "click" },