diff --git a/CHANGELOG.md b/CHANGELOG.md index ea7eb400..2d5a7534 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/ ## [Unreleased] +## [0.5.2] - 2022-01-21 + +### Added + +- 添加插件加载验证 + +### Fixed + +- 拉取请求的标题少了冒号 +- 处理合并冲突时,跳过未通过检查的发布 + ## [0.5.1] - 2022-01-06 ### Added @@ -60,8 +71,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/ - 最初的版本 -[Unreleased]: https://github.com/nonebot/nonebot2-publish-bot/compare/v0.5.1...HEAD +[Unreleased]: https://github.com/nonebot/nonebot2-publish-bot/compare/v0.5.2...HEAD +[0.5.2]: https://github.com/nonebot/nonebot2-publish-bot/compare/v0.5.1...v0.5.2 [0.5.1]: https://github.com/nonebot/nonebot2-publish-bot/compare/v0.5.0...v0.5.1 [0.5.0]: https://github.com/nonebot/nonebot2-publish-bot/compare/v0.4.0...v0.5.0 [0.4.0]: https://github.com/nonebot/nonebot2-publish-bot/compare/v0.3.0...v0.4.0 diff --git a/Dockerfile b/Dockerfile index d35cb487..1301b16d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/nonebot/nonebot2-publish-bot:sha-8141dde +FROM ghcr.io/nonebot/nonebot2-publish-bot:0.5.2 WORKDIR /app diff --git a/README.md b/README.md index 34453d6a..87727300 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ - 项目主页能够访问 - 项目发布至 PyPI +- 插件能正常加载 ## 使用方法