Skip to content

Commit

Permalink
chore(release): 0.20.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
he0119 committed Dec 2, 2024
1 parent 645387f commit 848fdbc
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.20.1] - 2024-12-02

### Added

- 添加 OpenAI 插件
Expand Down Expand Up @@ -580,7 +582,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/

- 正常工作的版本。

[Unreleased]: https://github.com/he0119/CoolQBot/compare/v0.20.0...HEAD
[Unreleased]: https://github.com/he0119/CoolQBot/compare/v0.20.1...HEAD
[0.20.1]: https://github.com/he0119/CoolQBot/compare/v0.20.0...v0.20.1
[0.20.0]: https://github.com/he0119/CoolQBot/compare/v0.19.2...v0.20.0
[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
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM python:3.12.4-slim
COPY --from=ghcr.io/astral-sh/uv:0.5.4 /uv /bin/uv

# 编译参数
ARG VERSION="0.20.0"
ARG VERSION="0.20.1"

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.20.0"
version = "0.20.1"
description = "基于 NoneBot2 的聊天机器人"
authors = [{ name = "uy_sun", email = "[email protected]" }]
dependencies = [
Expand Down Expand Up @@ -114,7 +114,7 @@ addopts = ["--import-mode=importlib"]
asyncio_mode = "auto"

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

Expand Down

0 comments on commit 848fdbc

Please sign in to comment.