Skip to content

Commit 1380ed9

Browse files
committed
chore(release): v2.0.0 [skip ci]
1 parent 0c22a73 commit 1380ed9

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

1214
- 审查通过后自动合并
@@ -160,7 +162,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/
160162

161163
- 最初的版本
162164

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
164167
[1.2.1]: https://github.com/nonebot/nonebot2-publish-bot/compare/v1.2.0...v1.2.1
165168
[1.2.0]: https://github.com/nonebot/nonebot2-publish-bot/compare/v1.1.2...v1.2.0
166169
[1.1.2]: https://github.com/nonebot/nonebot2-publish-bot/compare/v1.1.1...v1.1.2

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 = "nonebot2-publish-bot"
3-
version = "1.2.1"
3+
version = "2.0.0"
44
description = "Manage publish related issues in nonebot2 project"
55
authors = ["hemengyang <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)