Skip to content

Commit dd5a02e

Browse files
committed
chore: bump version to 4.3.2
1 parent 3211ec5 commit dd5a02e

3 files changed

Lines changed: 9 additions & 2 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 = "4.3.1"
9+
VERSION = "4.3.2"
1010
DB_PATH = os.path.join(get_astrbot_data_path(), "data_v4.db")
1111

1212
# 默认配置

changelogs/v4.3.2.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# What's Changed
2+
3+
1. fix: 修复 /reset 指令没有清除群聊上下文感知数据的问题 ([#2954](https://github.com/AstrBotDevs/AstrBot/issues/2954))
4+
2. fix: 修复自带的 WebSearch 插件可能在部分场景下无法使用的问题
5+
3. fix: 发送阶段强行将 Plain 为空的消息段移除
6+
4. fix: on_tool_end无法获得工具返回的结果 ([#2956](https://github.com/AstrBotDevs/AstrBot/issues/2956))
7+
5. feat: 为插件市场的搜索增加拼音与首字母搜索功能 ([#2936](https://github.com/AstrBotDevs/AstrBot/issues/2936))

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

0 commit comments

Comments
 (0)