From 60da6a082d57cddf6939bf930045872c30704909 Mon Sep 17 00:00:00 2001 From: hemengyang Date: Thu, 9 Feb 2023 21:44:05 +0800 Subject: [PATCH] chore(release): v1.1.1 --- CHANGELOG.md | 5 ++++- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d12229fa..85817efb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/ ## [Unreleased] +## [1.1.1] - 2023-02-09 + ### Added - 输出当前插件的信息 @@ -125,7 +127,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.0...HEAD +[unreleased]: https://github.com/nonebot/nonebot2-publish-bot/compare/v1.1.1...HEAD +[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 [1.0.0]: https://github.com/nonebot/nonebot2-publish-bot/compare/v0.5.2...v1.0.0 [0.5.2]: https://github.com/nonebot/nonebot2-publish-bot/compare/v0.5.1...v0.5.2 diff --git a/pyproject.toml b/pyproject.toml index a2ea410a..6c3620b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nonebot2-publish-bot" -version = "1.1.0" +version = "1.1.1" description = "Manage publish related issues in nonebot2 project" authors = ["hemengyang "] license = "MIT"