File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/
77
88## [ Unreleased]
99
10+ ## [ 2.6.0] - 2023-06-26
11+
1012### Added
1113
1214- 拉取请求合并后触发 registry 更新
1315- 商店测试支持测试指定插件
16+ - 生成新的商店插件列表
17+
18+ ### Changed
19+
20+ - 使用新的商店测试结果结构
1421
1522## [ 2.5.0] - 2023-06-14
1623
@@ -248,7 +255,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/
248255
249256- 最初的版本
250257
251- [ unreleased ] : https://github.com/nonebot/noneflow/compare/v2.5.0...HEAD
258+ [ unreleased ] : https://github.com/nonebot/noneflow/compare/v2.6.0...HEAD
259+ [ 2.6.0 ] : https://github.com/nonebot/noneflow/compare/v2.5.0...v2.6.0
252260[ 2.5.0 ] : https://github.com/nonebot/noneflow/compare/v2.4.3...v2.5.0
253261[ 2.4.3 ] : https://github.com/nonebot/noneflow/compare/v2.4.2...v2.4.3
254262[ 2.4.2 ] : https://github.com/nonebot/noneflow/compare/v2.4.1...v2.4.2
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " noneflow"
3- version = " 2.5 .0"
3+ version = " 2.6 .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