diff --git a/CHANGELOG.md b/CHANGELOG.md index f69583bc..dc2c8774 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] +## [3.2.4] - 2024-02-04 + ### Fixed - 修复项目名不用 - 分割时无法提取到版本的问题 @@ -409,7 +411,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/ - 最初的版本 -[unreleased]: https://github.com/nonebot/noneflow/compare/v3.2.3...HEAD +[unreleased]: https://github.com/nonebot/noneflow/compare/v3.2.4...HEAD +[3.2.4]: https://github.com/nonebot/noneflow/compare/v3.2.3...v3.2.4 [3.2.3]: https://github.com/nonebot/noneflow/compare/v3.2.2...v3.2.3 [3.2.2]: https://github.com/nonebot/noneflow/compare/v3.2.1...v3.2.2 [3.2.1]: https://github.com/nonebot/noneflow/compare/v3.2.0...v3.2.1 diff --git a/pyproject.toml b/pyproject.toml index 1340fc62..6e4bbd4e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "noneflow" -version = "3.2.3" +version = "3.2.4" description = "Manage publish related issues in nonebot2 project" authors = ["hemengyang "] license = "MIT"