diff --git a/CHANGELOG.md b/CHANGELOG.md index c091d941..67e1cd0b 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.0] - 2023-10-21 + ### Added - 插件测试时检查元数据的配置是否为 BaseModel 子类 @@ -385,7 +387,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/ - 最初的版本 -[unreleased]: https://github.com/nonebot/noneflow/compare/v3.1.1...HEAD +[unreleased]: https://github.com/nonebot/noneflow/compare/v3.2.0...HEAD +[3.2.0]: https://github.com/nonebot/noneflow/compare/v3.1.1...v3.2.0 [3.1.1]: https://github.com/nonebot/noneflow/compare/v3.1.0...v3.1.1 [3.1.0]: https://github.com/nonebot/noneflow/compare/v3.0.7...v3.1.0 [3.0.7]: https://github.com/nonebot/noneflow/compare/v3.0.6...v3.0.7 diff --git a/pyproject.toml b/pyproject.toml index ef9d0a6b..80b29dda 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "noneflow" -version = "3.1.1" +version = "3.2.0" description = "Manage publish related issues in nonebot2 project" authors = ["hemengyang "] license = "MIT"