diff --git a/CHANGELOG.md b/CHANGELOG.md index c4f0e533..4aeaeded 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.2] - 2024-11-19 + ### Fixed - 修复商店测试中获取 PyPI 数据出错会直接退出的问题 @@ -472,7 +474,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/ - 最初的版本 -[Unreleased]: https://github.com/nonebot/noneflow/compare/v4.0.1...HEAD +[Unreleased]: https://github.com/nonebot/noneflow/compare/v4.0.2...HEAD +[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 [3.3.3]: https://github.com/nonebot/noneflow/compare/v3.3.2...v3.3.3 diff --git a/pyproject.toml b/pyproject.toml index e24dc16f..0c1d9ddc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "noneflow" -version = "4.0.1" +version = "4.0.2" 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.1" +current_version = "4.0.2" commit = true message = "chore(release): {new_version}"