diff --git a/CHANGELOG.md b/CHANGELOG.md index 63e98fc5..ec9565a7 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.4] - 2024-12-08 + ## [4.1.3] - 2024-12-05 ### Changed @@ -582,7 +584,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/ - 最初的版本 -[Unreleased]: https://github.com/nonebot/noneflow/compare/v4.1.3...HEAD +[Unreleased]: https://github.com/nonebot/noneflow/compare/v4.1.4...HEAD +[4.1.4]: https://github.com/nonebot/noneflow/compare/v4.1.3...v4.1.4 [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 diff --git a/pyproject.toml b/pyproject.toml index 86588aa4..0fc89df7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "noneflow" -version = "4.1.3" +version = "4.1.4" 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.3" +current_version = "4.1.4" commit = true message = "chore(release): {new_version}" diff --git a/uv.lock b/uv.lock index f8926a5c..4c16aec4 100644 --- a/uv.lock +++ b/uv.lock @@ -609,7 +609,7 @@ wheels = [ [[package]] name = "noneflow" -version = "4.1.3" +version = "4.1.4" source = { virtual = "." } dependencies = [ { name = "click" },