From 8bc673012a2e004a4f6e9813b20fe7feeb22ba1b Mon Sep 17 00:00:00 2001 From: uy_sun Date: Sat, 13 May 2023 16:58:02 +0800 Subject: [PATCH] chore(release): v2.3.1 --- CHANGELOG.md | 5 ++++- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66372900..9523df08 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] +## [2.3.1] - 2023-05-13 + ### Fixed - 修复插件测试数据匹配问题 @@ -198,7 +200,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/ - 最初的版本 -[unreleased]: https://github.com/nonebot/noneflow/compare/v2.3.0...HEAD +[unreleased]: https://github.com/nonebot/noneflow/compare/v2.3.1...HEAD +[2.3.1]: https://github.com/nonebot/noneflow/compare/v2.3.0...v2.3.1 [2.3.0]: https://github.com/nonebot/noneflow/compare/v2.2.0...v2.3.0 [2.2.0]: https://github.com/nonebot/noneflow/compare/v2.1.0...v2.2.0 [2.1.0]: https://github.com/nonebot/noneflow/compare/v2.0.0...v2.1.0 diff --git a/pyproject.toml b/pyproject.toml index 1d38ebbf..52fa980d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "noneflow" -version = "2.3.0" +version = "2.3.1" description = "Manage publish related issues in nonebot2 project" authors = ["hemengyang "] license = "MIT"