File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " nonebot2-publish-bot"
3- version = " 1.2.0 "
3+ version = " 1.2.1 "
44description = " Manage publish related issues in nonebot2 project"
55authors = [" hemengyang <hmy0119@gmail.com>" ]
66license = " MIT"
You can’t perform that action at this time.
0 commit comments