diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ee0462e..84dee373 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/ ## [Unreleased] +## [1.1.2] - 2023-02-10 + +### Added + +- 运行命令出错时添加输出 +- 升级 Python 至 3.11 版本 + ### Fixed - 修复 git 命令报错的问题 @@ -131,7 +138,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.1...HEAD +[unreleased]: https://github.com/nonebot/nonebot2-publish-bot/compare/v1.1.2...HEAD +[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 [1.0.0]: https://github.com/nonebot/nonebot2-publish-bot/compare/v0.5.2...v1.0.0 diff --git a/pyproject.toml b/pyproject.toml index 41f17c91..a669f250 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nonebot2-publish-bot" -version = "1.1.1" +version = "1.1.2" description = "Manage publish related issues in nonebot2 project" authors = ["hemengyang "] license = "MIT"