Skip to content

Commit 4085f61

Browse files
committed
chore(release): v2.5.0 [skip ci]
1 parent 9bfec20 commit 4085f61

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

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

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

0 commit comments

Comments
 (0)