Skip to content

Commit bd4e9ae

Browse files
committed
chore(release): v1.2.0 [skip ci]
1 parent 83cd4b0 commit bd4e9ae

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff 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

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.1.2"
3+
version = "1.2.0"
44
description = "Manage publish related issues in nonebot2 project"
55
authors = ["hemengyang <hmy0119@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)