File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed
Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/
77
88## [ Unreleased]
99
10+ ## [ 2.3.0] - 2023-05-13
11+
12+ ### Added
13+
14+ - 适配最新的议题模板
15+
16+ ### Changed
17+
18+ - 自动合并时同时输出拉取请求的 ID
19+
1020## [ 2.2.0] - 2023-04-10
1121
1222### Added
@@ -184,7 +194,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/
184194
185195- 最初的版本
186196
187- [ unreleased ] : https://github.com/nonebot/noneflow/compare/v2.2.0...HEAD
197+ [ unreleased ] : https://github.com/nonebot/noneflow/compare/v2.3.0...HEAD
198+ [ 2.3.0 ] : https://github.com/nonebot/noneflow/compare/v2.2.0...v2.3.0
188199[ 2.2.0 ] : https://github.com/nonebot/noneflow/compare/v2.1.0...v2.2.0
189200[ 2.1.0 ] : https://github.com/nonebot/noneflow/compare/v2.0.0...v2.1.0
190201[ 2.0.0 ] : https://github.com/nonebot/noneflow/compare/v1.2.1...v2.0.0
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " noneflow"
3- version = " 2.2 .0"
3+ version = " 2.3 .0"
44description = " Manage publish related issues in nonebot2 project"
55authors = [" hemengyang <hmy0119@gmail.com>" ]
66license = " MIT"
You can’t perform that action at this time.
0 commit comments