diff --git a/CHANGELOG.md b/CHANGELOG.md index a726fab9..a000de6d 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.0.2] - 2023-08-28 + ### Fixed - 修正字段名称为 skip_test @@ -324,7 +326,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/ - 最初的版本 -[unreleased]: https://github.com/nonebot/noneflow/compare/v3.0.1...HEAD +[unreleased]: https://github.com/nonebot/noneflow/compare/v3.0.2...HEAD +[3.0.2]: https://github.com/nonebot/noneflow/compare/v3.0.1...v3.0.2 [3.0.1]: https://github.com/nonebot/noneflow/compare/v3.0.0...v3.0.1 [3.0.0]: https://github.com/nonebot/noneflow/compare/v2.7.3...v3.0.0 [2.7.3]: https://github.com/nonebot/noneflow/compare/v2.7.2...v2.7.3 diff --git a/pyproject.toml b/pyproject.toml index 759d9601..89889e4b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "noneflow" -version = "3.0.1" +version = "3.0.2" description = "Manage publish related issues in nonebot2 project" authors = ["hemengyang "] license = "MIT"