Skip to content

Commit 428aae7

Browse files
committed
chore(release): v2.6.0
1 parent de8eae1 commit 428aae7

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff 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

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.5.0"
3+
version = "2.6.0"
44
description = "Manage publish related issues in nonebot2 project"
55
authors = ["hemengyang <hmy0119@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)