From bd4e9aed464bece246e7be5326664bac0eae97af Mon Sep 17 00:00:00 2001 From: hemengyang Date: Thu, 16 Mar 2023 16:19:44 +0800 Subject: [PATCH] chore(release): v1.2.0 [skip ci] --- CHANGELOG.md | 9 ++++++++- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84dee373..86237d7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/ ## [Unreleased] +## [1.2.0] - 2023-03-16 + +### Added + +- 测试插件是否在 import 前使用 require 声明依赖 + ## [1.1.2] - 2023-02-10 ### Added @@ -138,7 +144,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/ - 最初的版本 -[unreleased]: https://github.com/nonebot/nonebot2-publish-bot/compare/v1.1.2...HEAD +[unreleased]: https://github.com/nonebot/nonebot2-publish-bot/compare/v1.2.0...HEAD +[1.2.0]: https://github.com/nonebot/nonebot2-publish-bot/compare/v1.1.2...v1.2.0 [1.1.2]: https://github.com/nonebot/nonebot2-publish-bot/compare/v1.1.1...v1.1.2 [1.1.1]: https://github.com/nonebot/nonebot2-publish-bot/compare/v1.1.0...v1.1.1 [1.1.0]: https://github.com/nonebot/nonebot2-publish-bot/compare/v1.0.0...v1.1.0 diff --git a/pyproject.toml b/pyproject.toml index a669f250..092c2af5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nonebot2-publish-bot" -version = "1.1.2" +version = "1.2.0" description = "Manage publish related issues in nonebot2 project" authors = ["hemengyang "] license = "MIT"