Skip to content

Commit 291d65b

Browse files
committed
release: v3.5.5
1 parent bd3ad03 commit 291d65b

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

astrbot/core/config/default.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
如需修改配置,请在 `data/cmd_config.json` 中修改或者在管理面板中可视化修改。
33
"""
44

5-
VERSION = "3.5.4"
5+
VERSION = "3.5.5"
66
DB_PATH = "data/data_v3.db"
77

88
# 默认配置

changelogs/v3.5.5.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# What's Changed
2+
3+
## 🐛 修复的 Bug
4+
5+
1. 修复 Gemini 下可能无法正常使用 Tools 的问题 @Raven95676
6+
2. 修复 WebUI MCP 页面的一些问题 @Soulter

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.4"
3+
version = "3.5.5"
44
description = "易上手的多平台 LLM 聊天机器人及开发框架"
55
readme = "README.md"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)