Skip to content

Commit

Permalink
chore(release): 0.19.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
he0119 committed Aug 20, 2024
1 parent 625493f commit 6ce8720
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/

## [Unreleased]

## [0.19.2] - 2024-08-20

### Fixed

- 再次修复运行迁移脚本时加载插件报错
Expand Down Expand Up @@ -559,7 +561,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/

- 正常工作的版本。

[unreleased]: https://github.com/he0119/CoolQBot/compare/v0.19.1...HEAD
[unreleased]: https://github.com/he0119/CoolQBot/compare/v0.19.2...HEAD
[0.19.2]: https://github.com/he0119/CoolQBot/compare/v0.19.1...v0.19.2
[0.19.1]: https://github.com/he0119/CoolQBot/compare/v0.19.0...v0.19.1
[0.19.0]: https://github.com/he0119/CoolQBot/compare/v0.18.1...v0.19.0
[0.18.1]: https://github.com/he0119/CoolQBot/compare/v0.18.0...v0.18.1
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM python:3.12.4-slim

# 编译参数
ARG VERSION="0.19.1"
ARG VERSION="0.19.2"

WORKDIR /app

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "coolqbot"
version = "0.19.1"
version = "0.19.2"
description = "基于 NoneBot2 的聊天机器人"
authors = [{ name = "uy_sun", email = "[email protected]" }]
dependencies = [
Expand Down Expand Up @@ -111,7 +111,7 @@ addopts = ["--import-mode=importlib"]
asyncio_mode = "auto"

[tool.bumpversion]
current_version = "0.19.1"
current_version = "0.19.2"
commit = true
message = "chore(release): {new_version} [skip ci]"

Expand Down

0 comments on commit 6ce8720

Please sign in to comment.