Skip to content

Commit 2915fdf

Browse files
committed
release: v3.5.22
1 parent a66c385 commit 2915fdf

4 files changed

Lines changed: 6 additions & 3 deletions

File tree

astrbot/core/config/default.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
from astrbot.core.utils.astrbot_path import get_astrbot_data_path
88

9-
VERSION = "3.5.21"
9+
VERSION = "3.5.22"
1010
DB_PATH = os.path.join(get_astrbot_data_path(), "data_v3.db")
1111

1212
# 默认配置

changelogs/v3.5.22.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# What's Changed
2+
3+
1. 修复: 用户环境没有 Docker 时,可能导致死锁(表现为在初始化 AstrBot 的时候卡住)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "AstrBot"
3-
version = "3.5.21"
3+
version = "3.5.22"
44
description = "易上手的多平台 LLM 聊天机器人及开发框架"
55
readme = "README.md"
66
requires-python = ">=3.10"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)