diff --git a/CHANGELOG.md b/CHANGELOG.md index 03af34ec..dc4e3e22 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.11] - 2024-11-23 + ### Fixed - 修复发布后 registry_update 中版本号为默认值的问题 @@ -532,7 +534,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/ - 最初的版本 -[Unreleased]: https://github.com/nonebot/noneflow/compare/v4.0.10...HEAD +[Unreleased]: https://github.com/nonebot/noneflow/compare/v4.0.11...HEAD +[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 [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 diff --git a/pyproject.toml b/pyproject.toml index c6a6af8b..42dfc65b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "noneflow" -version = "4.0.10" +version = "4.0.11" 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.10" +current_version = "4.0.11" commit = true message = "chore(release): {new_version}" diff --git a/uv.lock b/uv.lock index d1912d4b..2087ea79 100644 --- a/uv.lock +++ b/uv.lock @@ -654,7 +654,7 @@ wheels = [ [[package]] name = "noneflow" -version = "4.0.10" +version = "4.0.11" source = { virtual = "." } dependencies = [ { name = "docker" },