File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 2.0.0] - 2023-04-07
11
+
10
12
### Added
11
13
12
14
- 审查通过后自动合并
@@ -160,7 +162,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/
160
162
161
163
- 最初的版本
162
164
163
- [ unreleased ] : https://github.com/nonebot/nonebot2-publish-bot/compare/v1.2.1...HEAD
165
+ [ unreleased ] : https://github.com/nonebot/nonebot2-publish-bot/compare/v2.0.0...HEAD
166
+ [ 2.0.0 ] : https://github.com/nonebot/nonebot2-publish-bot/compare/v1.2.1...v2.0.0
164
167
[ 1.2.1 ] : https://github.com/nonebot/nonebot2-publish-bot/compare/v1.2.0...v1.2.1
165
168
[ 1.2.0 ] : https://github.com/nonebot/nonebot2-publish-bot/compare/v1.1.2...v1.2.0
166
169
[ 1.1.2 ] : https://github.com/nonebot/nonebot2-publish-bot/compare/v1.1.1...v1.1.2
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " nonebot2-publish-bot"
3
- version = " 1.2.1 "
3
+ version = " 2.0.0 "
4
4
description = " Manage publish related issues in nonebot2 project"
5
5
authors = [
" hemengyang <[email protected] >" ]
6
6
license = " MIT"
You can’t perform that action at this time.
0 commit comments