From f3063a4602fc5a7a03832973182711ebad691b36 Mon Sep 17 00:00:00 2001 From: hemengyang Date: Sat, 8 Apr 2023 11:11:45 +0800 Subject: [PATCH] chore(release): v2.1.0 --- CHANGELOG.md | 6 +++++- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a706bce2..6f2fc01e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,12 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/ ## [Unreleased] +## [2.1.0] - 2023-04-08 + ### Added - 遵守 debug logging 的设置 ### Changed +- 优化评论内容 - 设置时区为中国 - 审查通过后如果可合并则直接合并 @@ -171,7 +174,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/ - 最初的版本 -[unreleased]: https://github.com/nonebot/noneflow/compare/v2.0.0...HEAD +[unreleased]: https://github.com/nonebot/noneflow/compare/v2.1.0...HEAD +[2.1.0]: https://github.com/nonebot/noneflow/compare/v2.0.0...v2.1.0 [2.0.0]: https://github.com/nonebot/noneflow/compare/v1.2.1...v2.0.0 [1.2.1]: https://github.com/nonebot/noneflow/compare/v1.2.0...v1.2.1 [1.2.0]: https://github.com/nonebot/noneflow/compare/v1.1.2...v1.2.0 diff --git a/pyproject.toml b/pyproject.toml index 073d5098..01fa5981 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "noneflow" -version = "2.0.0" +version = "2.1.0" description = "Manage publish related issues in nonebot2 project" authors = ["hemengyang "] license = "MIT"