Skip to content

Commit 145c176

Browse files
committed
chore(release): v2.2.0
1 parent 32af040 commit 145c176

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.2.0] - 2023-04-10
11+
1012
### Added
1113

1214
- 跳过机器人的评论
@@ -182,7 +184,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/
182184

183185
- 最初的版本
184186

185-
[unreleased]: https://github.com/nonebot/noneflow/compare/v2.1.0...HEAD
187+
[unreleased]: https://github.com/nonebot/noneflow/compare/v2.2.0...HEAD
188+
[2.2.0]: https://github.com/nonebot/noneflow/compare/v2.1.0...v2.2.0
186189
[2.1.0]: https://github.com/nonebot/noneflow/compare/v2.0.0...v2.1.0
187190
[2.0.0]: https://github.com/nonebot/noneflow/compare/v1.2.1...v2.0.0
188191
[1.2.1]: https://github.com/nonebot/noneflow/compare/v1.2.0...v1.2.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.1.0"
3+
version = "2.2.0"
44
description = "Manage publish related issues in nonebot2 project"
55
authors = ["hemengyang <hmy0119@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)