File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.20.1] - 2024-12-02
11
+
10
12
### Added
11
13
12
14
- 添加 OpenAI 插件
@@ -580,7 +582,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/
580
582
581
583
- 正常工作的版本。
582
584
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
584
587
[ 0.20.0 ] : https://github.com/he0119/CoolQBot/compare/v0.19.2...v0.20.0
585
588
[ 0.19.2 ] : https://github.com/he0119/CoolQBot/compare/v0.19.1...v0.19.2
586
589
[ 0.19.1 ] : https://github.com/he0119/CoolQBot/compare/v0.19.0...v0.19.1
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM python:3.12.4-slim
2
2
COPY --from=ghcr.io/astral-sh/uv:0.5.4 /uv /bin/uv
3
3
4
4
# 编译参数
5
- ARG VERSION="0.20.0 "
5
+ ARG VERSION="0.20.1 "
6
6
7
7
WORKDIR /app
8
8
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " coolqbot"
3
- version = " 0.20.0 "
3
+ version = " 0.20.1 "
4
4
description = " 基于 NoneBot2 的聊天机器人"
5
5
authors = [{
name =
" uy_sun" ,
email =
" [email protected] " }]
6
6
dependencies = [
@@ -114,7 +114,7 @@ addopts = ["--import-mode=importlib"]
114
114
asyncio_mode = " auto"
115
115
116
116
[tool .bumpversion ]
117
- current_version = " 0.20.0 "
117
+ current_version = " 0.20.1 "
118
118
commit = true
119
119
message = " chore(release): {new_version} [skip ci]"
120
120
You can’t perform that action at this time.
0 commit comments