Skip to content

Commit 848fdbc

Browse files
committed
chore(release): 0.20.1 [skip ci]
1 parent 645387f commit 848fdbc

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.20.1] - 2024-12-02
11+
1012
### Added
1113

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

581583
- 正常工作的版本。
582584

583-
[Unreleased]: https://github.com/he0119/CoolQBot/compare/v0.20.0...HEAD
585+
[Unreleased]: https://github.com/he0119/CoolQBot/compare/v0.20.1...HEAD
586+
[0.20.1]: https://github.com/he0119/CoolQBot/compare/v0.20.0...v0.20.1
584587
[0.20.0]: https://github.com/he0119/CoolQBot/compare/v0.19.2...v0.20.0
585588
[0.19.2]: https://github.com/he0119/CoolQBot/compare/v0.19.1...v0.19.2
586589
[0.19.1]: https://github.com/he0119/CoolQBot/compare/v0.19.0...v0.19.1

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM python:3.12.4-slim
22
COPY --from=ghcr.io/astral-sh/uv:0.5.4 /uv /bin/uv
33

44
# 编译参数
5-
ARG VERSION="0.20.0"
5+
ARG VERSION="0.20.1"
66

77
WORKDIR /app
88

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "coolqbot"
3-
version = "0.20.0"
3+
version = "0.20.1"
44
description = "基于 NoneBot2 的聊天机器人"
55
authors = [{ name = "uy_sun", email = "[email protected]" }]
66
dependencies = [
@@ -114,7 +114,7 @@ addopts = ["--import-mode=importlib"]
114114
asyncio_mode = "auto"
115115

116116
[tool.bumpversion]
117-
current_version = "0.20.0"
117+
current_version = "0.20.1"
118118
commit = true
119119
message = "chore(release): {new_version} [skip ci]"
120120

0 commit comments

Comments
 (0)