chore: bump version to 4.5.1

This commit is contained in:
Soulter
2025-10-31 23:55:40 +08:00
parent d7461ed54c
commit ff998fdd8d
3 changed files with 9 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ import os
from astrbot.core.utils.astrbot_path import get_astrbot_data_path
VERSION = "4.5.0"
VERSION = "4.5.1"
DB_PATH = os.path.join(get_astrbot_data_path(), "data_v4.db")
# 默认配置

7
changelogs/v4.5.1.md Normal file
View File

@@ -0,0 +1,7 @@
## What's Changed
1. 修复:第一次启动时不再错误地弹出迁移提醒
2. 新增Xinference Rerank Provider, STT Provider
3. 新增: xAI Grok Live Search
4. 优化: 插件卡片左下角恢复 文档 按钮并新增 插件配置 按钮。
5. 优化: 更好地适配 Class 方式注册 LLM Tool。

View File

@@ -1,6 +1,6 @@
[project]
name = "AstrBot"
version = "4.5.0"
version = "4.5.1"
description = "易上手的多平台 LLM 聊天机器人及开发框架"
readme = "README.md"
requires-python = ">=3.10"