File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/
77
88## [ Unreleased]
99
10+ ## [ 1.2.0] - 2023-03-16
11+
12+ ### Added
13+
14+ - 测试插件是否在 import 前使用 require 声明依赖
15+
1016## [ 1.1.2] - 2023-02-10
1117
1218### Added
@@ -138,7 +144,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/
138144
139145- 最初的版本
140146
141- [ unreleased ] : https://github.com/nonebot/nonebot2-publish-bot/compare/v1.1.2...HEAD
147+ [ unreleased ] : https://github.com/nonebot/nonebot2-publish-bot/compare/v1.2.0...HEAD
148+ [ 1.2.0 ] : https://github.com/nonebot/nonebot2-publish-bot/compare/v1.1.2...v1.2.0
142149[ 1.1.2 ] : https://github.com/nonebot/nonebot2-publish-bot/compare/v1.1.1...v1.1.2
143150[ 1.1.1 ] : https://github.com/nonebot/nonebot2-publish-bot/compare/v1.1.0...v1.1.1
144151[ 1.1.0 ] : https://github.com/nonebot/nonebot2-publish-bot/compare/v1.0.0...v1.1.0
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " nonebot2-publish-bot"
3- version = " 1.1.2 "
3+ version = " 1.2.0 "
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