Skip to content

Commit f0a2cd3

Browse files
committed
chore(release): v0.5.2
1 parent 116a405 commit f0a2cd3

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/
77

88
## [Unreleased]
99

10+
## [0.5.2] - 2022-01-21
11+
12+
### Added
13+
14+
- 添加插件加载验证
15+
16+
### Fixed
17+
18+
- 拉取请求的标题少了冒号
19+
- 处理合并冲突时,跳过未通过检查的发布
20+
1021
## [0.5.1] - 2022-01-06
1122

1223
### Added
@@ -60,8 +71,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/
6071

6172
- 最初的版本
6273

63-
[Unreleased]: https://github.com/nonebot/nonebot2-publish-bot/compare/v0.5.1...HEAD
74+
[Unreleased]: https://github.com/nonebot/nonebot2-publish-bot/compare/v0.5.2...HEAD
6475

76+
[0.5.2]: https://github.com/nonebot/nonebot2-publish-bot/compare/v0.5.1...v0.5.2
6577
[0.5.1]: https://github.com/nonebot/nonebot2-publish-bot/compare/v0.5.0...v0.5.1
6678
[0.5.0]: https://github.com/nonebot/nonebot2-publish-bot/compare/v0.4.0...v0.5.0
6779
[0.4.0]: https://github.com/nonebot/nonebot2-publish-bot/compare/v0.3.0...v0.4.0

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/nonebot/nonebot2-publish-bot:sha-8141dde
1+
FROM ghcr.io/nonebot/nonebot2-publish-bot:0.5.2
22

33
WORKDIR /app
44

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
- 项目主页能够访问
2222
- 项目发布至 PyPI
23+
- 插件能正常加载
2324

2425
## 使用方法
2526

0 commit comments

Comments
 (0)