diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a474de2..0b6dfc92 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.3] - 2024-11-20 + ### Added - 重新加回作业摘要 @@ -482,7 +484,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/ - 最初的版本 -[Unreleased]: https://github.com/nonebot/noneflow/compare/v4.0.2...HEAD +[Unreleased]: https://github.com/nonebot/noneflow/compare/v4.0.3...HEAD +[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 [4.0.1]: https://github.com/nonebot/noneflow/compare/v4.0.0...v4.0.1 [4.0.0]: https://github.com/nonebot/noneflow/compare/v3.3.3...v4.0.0 diff --git a/pyproject.toml b/pyproject.toml index 0c1d9ddc..23cc1535 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "noneflow" -version = "4.0.2" +version = "4.0.3" 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.2" +current_version = "4.0.3" commit = true message = "chore(release): {new_version}" diff --git a/uv.lock b/uv.lock index 07f7a4f3..a4a59972 100644 --- a/uv.lock +++ b/uv.lock @@ -654,7 +654,7 @@ wheels = [ [[package]] name = "noneflow" -version = "4.0.2" +version = "4.0.3" source = { virtual = "." } dependencies = [ { name = "docker" },