From 4c548f931fa6be97581e8d1d37cd36e63e7939ed Mon Sep 17 00:00:00 2001 From: uy_sun Date: Sun, 2 Jul 2023 16:15:08 +0800 Subject: [PATCH] chore(release): v2.7.1 --- CHANGELOG.md | 9 ++++++++- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e0f914d..4e6e7bc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/ ## [Unreleased] +## [2.7.1] - 2023-07-02 + +### Fixed + +- 修复 plugins 列表格式错误 + ## [2.7.0] - 2023-07-02 ### Changed @@ -275,7 +281,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/ - 最初的版本 -[unreleased]: https://github.com/nonebot/noneflow/compare/v2.7.0...HEAD +[unreleased]: https://github.com/nonebot/noneflow/compare/v2.7.1...HEAD +[2.7.1]: https://github.com/nonebot/noneflow/compare/v2.7.0...v2.7.1 [2.7.0]: https://github.com/nonebot/noneflow/compare/v2.6.1...v2.7.0 [2.6.1]: https://github.com/nonebot/noneflow/compare/v2.6.0...v2.6.1 [2.6.0]: https://github.com/nonebot/noneflow/compare/v2.5.0...v2.6.0 diff --git a/pyproject.toml b/pyproject.toml index b121bfa4..97d50784 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "noneflow" -version = "2.7.0" +version = "2.7.1" description = "Manage publish related issues in nonebot2 project" authors = ["hemengyang "] license = "MIT"