Skip to content

Commit f3063a4

Browse files
committed
chore(release): v2.1.0
1 parent d8f0c97 commit f3063a4

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [2.1.0] - 2023-04-08
11+
1012
### Added
1113

1214
- 遵守 debug logging 的设置
1315

1416
### Changed
1517

18+
- 优化评论内容
1619
- 设置时区为中国
1720
- 审查通过后如果可合并则直接合并
1821

@@ -171,7 +174,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/
171174

172175
- 最初的版本
173176

174-
[unreleased]: https://github.com/nonebot/noneflow/compare/v2.0.0...HEAD
177+
[unreleased]: https://github.com/nonebot/noneflow/compare/v2.1.0...HEAD
178+
[2.1.0]: https://github.com/nonebot/noneflow/compare/v2.0.0...v2.1.0
175179
[2.0.0]: https://github.com/nonebot/noneflow/compare/v1.2.1...v2.0.0
176180
[1.2.1]: https://github.com/nonebot/noneflow/compare/v1.2.0...v1.2.1
177181
[1.2.0]: https://github.com/nonebot/noneflow/compare/v1.1.2...v1.2.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.0.0"
3+
version = "2.1.0"
44
description = "Manage publish related issues in nonebot2 project"
55
authors = ["hemengyang <hmy0119@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)