diff --git a/CHANGELOG.md b/CHANGELOG.md index 56a37292..1e9be399 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.5] - 2024-11-20 + ### Fixed - 修复商店测试时标签验证出错的问题 @@ -494,7 +496,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/ - 最初的版本 -[Unreleased]: https://github.com/nonebot/noneflow/compare/v4.0.4...HEAD +[Unreleased]: https://github.com/nonebot/noneflow/compare/v4.0.5...HEAD +[4.0.5]: https://github.com/nonebot/noneflow/compare/v4.0.4...v4.0.5 [4.0.4]: https://github.com/nonebot/noneflow/compare/v4.0.3...v4.0.4 [4.0.3]: https://github.com/nonebot/noneflow/compare/v4.0.2...v4.0.3 [4.0.2]: https://github.com/nonebot/noneflow/compare/v4.0.1...v4.0.2 diff --git a/pyproject.toml b/pyproject.toml index 220bdab5..9da5b230 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "noneflow" -version = "4.0.4" +version = "4.0.5" 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.4" +current_version = "4.0.5" commit = true message = "chore(release): {new_version}" diff --git a/uv.lock b/uv.lock index b14f98b2..269151dc 100644 --- a/uv.lock +++ b/uv.lock @@ -654,7 +654,7 @@ wheels = [ [[package]] name = "noneflow" -version = "4.0.4" +version = "4.0.5" source = { virtual = "." } dependencies = [ { name = "docker" },