Skip to content

Commit

Permalink
chore(release): v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
he0119 committed Jan 6, 2022
1 parent a2a1554 commit 760d04b
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
paths:
- 'poetry.lock'
release:
types: [published]
workflow_dispatch:

jobs:
Expand Down
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/

## [Unreleased]

## [0.5.1] - 2022-01-06

### Added

- 添加针对 json 格式的检查

### Fixed

- 修复标签相关的报错

### Change

- 使用自建的镜像以提升速度

## [0.5.0] - 2022-01-04

### Changed
Expand Down Expand Up @@ -46,8 +60,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.0...HEAD
[Unreleased]: https://github.com/nonebot/nonebot2-publish-bot/compare/v0.5.1...HEAD

[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
[0.3.0]: https://github.com/nonebot/nonebot2-publish-bot/compare/v0.2.0...v0.3.0
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/nonebot/nonebot2-publish-bot:sha-cbcf008
FROM ghcr.io/nonebot/nonebot2-publish-bot:0.5.1

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nonebot2-publish-bot"
version = "0.5.0"
version = "0.5.1"
description = "Manage publish related issues in nonebot2 project"
authors = ["hemengyang <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 760d04b

Please sign in to comment.