Skip to content

Commit 8791a0d

Browse files
committed
chore(release): v1.2.1 [skip ci]
1 parent 8b13493 commit 8791a0d

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.2.1] - 2023-03-20
11+
12+
### Added
13+
14+
- 插件测试添加作业摘要
15+
- 评论加上指向作业摘要的链接
16+
1017
## [1.2.0] - 2023-03-16
1118

1219
### Added
@@ -144,7 +151,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/
144151

145152
- 最初的版本
146153

147-
[unreleased]: https://github.com/nonebot/nonebot2-publish-bot/compare/v1.2.0...HEAD
154+
[unreleased]: https://github.com/nonebot/nonebot2-publish-bot/compare/v1.2.1...HEAD
155+
[1.2.1]: https://github.com/nonebot/nonebot2-publish-bot/compare/v1.2.0...v1.2.1
148156
[1.2.0]: https://github.com/nonebot/nonebot2-publish-bot/compare/v1.1.2...v1.2.0
149157
[1.1.2]: https://github.com/nonebot/nonebot2-publish-bot/compare/v1.1.1...v1.1.2
150158
[1.1.1]: https://github.com/nonebot/nonebot2-publish-bot/compare/v1.1.0...v1.1.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 = "nonebot2-publish-bot"
3-
version = "1.2.0"
3+
version = "1.2.1"
44
description = "Manage publish related issues in nonebot2 project"
55
authors = ["hemengyang <hmy0119@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)