mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-15 17:30:13 +08:00
chore: bump version to 4.12.2
This commit is contained in:
@@ -1 +1 @@
|
||||
__version__ = "4.12.1"
|
||||
__version__ = "4.12.2"
|
||||
|
||||
@@ -5,7 +5,7 @@ from typing import Any, TypedDict
|
||||
|
||||
from astrbot.core.utils.astrbot_path import get_astrbot_data_path
|
||||
|
||||
VERSION = "4.12.1"
|
||||
VERSION = "4.12.2"
|
||||
DB_PATH = os.path.join(get_astrbot_data_path(), "data_v4.db")
|
||||
|
||||
WEBHOOK_SUPPORTED_PLATFORMS = [
|
||||
|
||||
6
changelogs/v4.12.2.md
Normal file
6
changelogs/v4.12.2.md
Normal file
@@ -0,0 +1,6 @@
|
||||
## What's Changed
|
||||
|
||||
hotfix of v4.12.0
|
||||
|
||||
fix: 修复会话隔离功能失效的问题。
|
||||
fix: 只跳过 AstrBot 预设的位于开头的 System Message,防止一些非预期行为。
|
||||
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "AstrBot"
|
||||
version = "4.12.1"
|
||||
version = "4.12.2"
|
||||
description = "Easy-to-use multi-platform LLM chatbot and development framework"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.10"
|
||||
|
||||
Reference in New Issue
Block a user