Skip to content

Commit 8bc6730

Browse files
committed
chore(release): v2.3.1
1 parent f3d2419 commit 8bc6730

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/
77

88
## [Unreleased]
99

10+
## [2.3.1] - 2023-05-13
11+
1012
### Fixed
1113

1214
- 修复插件测试数据匹配问题
@@ -198,7 +200,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/
198200

199201
- 最初的版本
200202

201-
[unreleased]: https://github.com/nonebot/noneflow/compare/v2.3.0...HEAD
203+
[unreleased]: https://github.com/nonebot/noneflow/compare/v2.3.1...HEAD
204+
[2.3.1]: https://github.com/nonebot/noneflow/compare/v2.3.0...v2.3.1
202205
[2.3.0]: https://github.com/nonebot/noneflow/compare/v2.2.0...v2.3.0
203206
[2.2.0]: https://github.com/nonebot/noneflow/compare/v2.1.0...v2.2.0
204207
[2.1.0]: https://github.com/nonebot/noneflow/compare/v2.0.0...v2.1.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "noneflow"
3-
version = "2.3.0"
3+
version = "2.3.1"
44
description = "Manage publish related issues in nonebot2 project"
55
authors = ["hemengyang <hmy0119@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)