Skip to content

Commit 4a3dccf

Browse files
committed
chore(release): v2.7.0
1 parent 9bc1038 commit 4a3dccf

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/
77

88
## [Unreleased]
99

10+
## [2.7.0] - 2023-07-02
11+
1012
### Changed
1113

1214
- 调整商店测试输出格式
@@ -273,7 +275,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/
273275

274276
- 最初的版本
275277

276-
[unreleased]: https://github.com/nonebot/noneflow/compare/v2.6.1...HEAD
278+
[unreleased]: https://github.com/nonebot/noneflow/compare/v2.7.0...HEAD
279+
[2.7.0]: https://github.com/nonebot/noneflow/compare/v2.6.1...v2.7.0
277280
[2.6.1]: https://github.com/nonebot/noneflow/compare/v2.6.0...v2.6.1
278281
[2.6.0]: https://github.com/nonebot/noneflow/compare/v2.5.0...v2.6.0
279282
[2.5.0]: https://github.com/nonebot/noneflow/compare/v2.4.3...v2.5.0

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

0 commit comments

Comments
 (0)