From 102d3aae84b9fcdd2a31f59529db9a0429422ce4 Mon Sep 17 00:00:00 2001 From: uy_sun Date: Mon, 2 Dec 2024 23:44:17 +0800 Subject: [PATCH] chore(release): 4.1.2 --- 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 d5231e87..b2bc6fcd 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.1.2] - 2024-12-02 + ### Fixed - 修复重新测试时没有提示测试进行中的问题 @@ -565,7 +567,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/ - 最初的版本 -[Unreleased]: https://github.com/nonebot/noneflow/compare/v4.1.1...HEAD +[Unreleased]: https://github.com/nonebot/noneflow/compare/v4.1.2...HEAD +[4.1.2]: https://github.com/nonebot/noneflow/compare/v4.1.1...v4.1.2 [4.1.1]: https://github.com/nonebot/noneflow/compare/v4.1.0...v4.1.1 [4.1.0]: https://github.com/nonebot/noneflow/compare/v4.0.11...v4.1.0 [4.0.11]: https://github.com/nonebot/noneflow/compare/v4.0.10...v4.0.11 diff --git a/pyproject.toml b/pyproject.toml index a75097b7..23d15916 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "noneflow" -version = "4.1.1" +version = "4.1.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.1.1" +current_version = "4.1.2" commit = true message = "chore(release): {new_version}" diff --git a/uv.lock b/uv.lock index 1d24ce46..11e3d3ac 100644 --- a/uv.lock +++ b/uv.lock @@ -654,7 +654,7 @@ wheels = [ [[package]] name = "noneflow" -version = "4.1.1" +version = "4.1.2" source = { virtual = "." } dependencies = [ { name = "docker" },