From e09fd77565fd407e28fe2b0f18424f5f8d089b6c Mon Sep 17 00:00:00 2001 From: uy_sun Date: Wed, 20 Nov 2024 23:07:11 +0800 Subject: [PATCH] chore(release): 4.0.9 --- 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 732bb731..8e152da3 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.0.9] - 2024-11-20 + ### Fixed - 修复插件元数据不合法时 metadata.json 为空的问题 @@ -520,7 +522,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/ - 最初的版本 -[Unreleased]: https://github.com/nonebot/noneflow/compare/v4.0.8...HEAD +[Unreleased]: https://github.com/nonebot/noneflow/compare/v4.0.9...HEAD +[4.0.9]: https://github.com/nonebot/noneflow/compare/v4.0.8...v4.0.9 [4.0.8]: https://github.com/nonebot/noneflow/compare/v4.0.7...v4.0.8 [4.0.7]: https://github.com/nonebot/noneflow/compare/v4.0.6...v4.0.7 [4.0.6]: https://github.com/nonebot/noneflow/compare/v4.0.5...v4.0.6 diff --git a/pyproject.toml b/pyproject.toml index c68b0b0f..c04fcb56 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "noneflow" -version = "4.0.8" +version = "4.0.9" description = "Manage publish related issues in nonebot2 project" authors = [{ name = "uy_sun", email = "hmy0119@gmail.com" }] readme = "README.md" @@ -100,7 +100,7 @@ adapters = [{ name = "GitHub", module_name = "nonebot.adapters.github" }] plugin_dirs = ["src/plugins"] [tool.bumpversion] -current_version = "4.0.8" +current_version = "4.0.9" commit = true message = "chore(release): {new_version}" diff --git a/uv.lock b/uv.lock index 993c6f48..5c610597 100644 --- a/uv.lock +++ b/uv.lock @@ -654,7 +654,7 @@ wheels = [ [[package]] name = "noneflow" -version = "4.0.8" +version = "4.0.9" source = { virtual = "." } dependencies = [ { name = "docker" },