Skip to content

Commit 760d04b

Browse files
committed
chore(release): v0.5.1
1 parent a2a1554 commit 760d04b

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-3
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
paths:
66
- 'poetry.lock'
7+
release:
8+
types: [published]
79
workflow_dispatch:
810

911
jobs:

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.5.1] - 2022-01-06
11+
12+
### Added
13+
14+
- 添加针对 json 格式的检查
15+
16+
### Fixed
17+
18+
- 修复标签相关的报错
19+
20+
### Change
21+
22+
- 使用自建的镜像以提升速度
23+
1024
## [0.5.0] - 2022-01-04
1125

1226
### Changed
@@ -46,8 +60,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/
4660

4761
- 最初的版本
4862

49-
[Unreleased]: https://github.com/nonebot/nonebot2-publish-bot/compare/v0.5.0...HEAD
63+
[Unreleased]: https://github.com/nonebot/nonebot2-publish-bot/compare/v0.5.1...HEAD
5064

65+
[0.5.1]: https://github.com/nonebot/nonebot2-publish-bot/compare/v0.5.0...v0.5.1
5166
[0.5.0]: https://github.com/nonebot/nonebot2-publish-bot/compare/v0.4.0...v0.5.0
5267
[0.4.0]: https://github.com/nonebot/nonebot2-publish-bot/compare/v0.3.0...v0.4.0
5368
[0.3.0]: https://github.com/nonebot/nonebot2-publish-bot/compare/v0.2.0...v0.3.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-cbcf008
1+
FROM ghcr.io/nonebot/nonebot2-publish-bot:0.5.1
22

33
WORKDIR /app
44

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "nonebot2-publish-bot"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
description = "Manage publish related issues in nonebot2 project"
55
authors = ["hemengyang <hmy0119@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)