diff --git a/CHANGELOG.md b/CHANGELOG.md index 082edb38..63e98fc5 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.1.3] - 2024-12-05 + ### Changed - 发布检查时第一时间评论议题并修改标题 @@ -580,7 +582,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/ - 最初的版本 -[Unreleased]: https://github.com/nonebot/noneflow/compare/v4.1.2...HEAD +[Unreleased]: https://github.com/nonebot/noneflow/compare/v4.1.3...HEAD +[4.1.3]: https://github.com/nonebot/noneflow/compare/v4.1.2...v4.1.3 [4.1.2]: https://github.com/nonebot/noneflow/compare/v4.1.1...v4.1.2 [4.1.1]: https://github.com/nonebot/noneflow/compare/v4.1.0...v4.1.1 [4.1.0]: https://github.com/nonebot/noneflow/compare/v4.0.11...v4.1.0 diff --git a/pyproject.toml b/pyproject.toml index 6b793909..86588aa4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "noneflow" -version = "4.1.2" +version = "4.1.3" description = "Manage publish related issues in nonebot2 project" authors = [{ name = "uy_sun", email = "hmy0119@gmail.com" }] readme = "README.md" @@ -101,7 +101,7 @@ adapters = [{ name = "GitHub", module_name = "nonebot.adapters.github" }] plugin_dirs = ["src/plugins"] [tool.bumpversion] -current_version = "4.1.2" +current_version = "4.1.3" commit = true message = "chore(release): {new_version}" diff --git a/uv.lock b/uv.lock index 64cc1d88..f8926a5c 100644 --- a/uv.lock +++ b/uv.lock @@ -609,7 +609,7 @@ wheels = [ [[package]] name = "noneflow" -version = "4.1.2" +version = "4.1.3" source = { virtual = "." } dependencies = [ { name = "click" },