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.5.0] - 2023-06-14
11+
12+ ### Fixed
13+
14+ - 插件测试输出去除 ANSI 字符
15+
16+ ### Added
17+
18+ - 添加商店测试脚本
19+
1020## [ 2.4.3] - 2023-06-14
1121
1222### Changed
@@ -233,7 +243,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/
233243
234244- 最初的版本
235245
236- [ unreleased ] : https://github.com/nonebot/noneflow/compare/v2.4.3...HEAD
246+ [ unreleased ] : https://github.com/nonebot/noneflow/compare/v2.5.0...HEAD
247+ [ 2.5.0 ] : https://github.com/nonebot/noneflow/compare/v2.4.3...v2.5.0
237248[ 2.4.3 ] : https://github.com/nonebot/noneflow/compare/v2.4.2...v2.4.3
238249[ 2.4.2 ] : https://github.com/nonebot/noneflow/compare/v2.4.1...v2.4.2
239250[ 2.4.1 ] : https://github.com/nonebot/noneflow/compare/v2.4.0...v2.4.1
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " noneflow"
3- version = " 2.4.3 "
3+ version = " 2.5.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