From bb79ddea3fe34dba67b2a8c94f4f92c1e37eaacd Mon Sep 17 00:00:00 2001 From: uy_sun Date: Sun, 1 Dec 2024 16:52:57 +0800 Subject: [PATCH] chore(release): 4.1.1 --- 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 c4f9d350..9ab1acd2 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.1] - 2024-12-01 + ### Added - 插件插件测试结果显示版本号和发布时间 @@ -557,7 +559,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/ - 最初的版本 -[Unreleased]: https://github.com/nonebot/noneflow/compare/v4.1.0...HEAD +[Unreleased]: https://github.com/nonebot/noneflow/compare/v4.1.1...HEAD +[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 [4.0.10]: https://github.com/nonebot/noneflow/compare/v4.0.9...v4.0.10 diff --git a/pyproject.toml b/pyproject.toml index 96c787f9..a75097b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "noneflow" -version = "4.1.0" +version = "4.1.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.1.0" +current_version = "4.1.1" commit = true message = "chore(release): {new_version}" diff --git a/uv.lock b/uv.lock index eba0dce3..1d24ce46 100644 --- a/uv.lock +++ b/uv.lock @@ -654,7 +654,7 @@ wheels = [ [[package]] name = "noneflow" -version = "4.1.0" +version = "4.1.1" source = { virtual = "." } dependencies = [ { name = "docker" },