From c59ef1112853e0fc193cee23370af0030254865c Mon Sep 17 00:00:00 2001 From: Weilong Liao <37870767+Soulter@users.noreply.github.com> Date: Sun, 21 Jun 2026 14:12:07 +0800 Subject: [PATCH] chore: bump version to 4.26.0-beta.12 (#8934) --- astrbot/__init__.py | 2 +- changelogs/v4.26.0-beta.12.md | 7 +++++++ pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 changelogs/v4.26.0-beta.12.md diff --git a/astrbot/__init__.py b/astrbot/__init__.py index 4b38d91ad..a6a5bc5ce 100644 --- a/astrbot/__init__.py +++ b/astrbot/__init__.py @@ -1,4 +1,4 @@ import logging -__version__ = "4.26.0-beta.11" +__version__ = "4.26.0-beta.12" logger = logging.getLogger("astrbot") diff --git a/changelogs/v4.26.0-beta.12.md b/changelogs/v4.26.0-beta.12.md new file mode 100644 index 000000000..96adb50b5 --- /dev/null +++ b/changelogs/v4.26.0-beta.12.md @@ -0,0 +1,7 @@ +## What's Changed + + + +- fix: 修复提供商源修改 ID 后保存被静默还原的问题 (#8915) (42ca89d6c) +- fix: created unnecessary data dir when executing astrbot command (#8932) (39d425316) +- fix: add sdist build artifact path to allow dashboard artifact to be included (#8933) (05148dfdd) diff --git a/pyproject.toml b/pyproject.toml index 05eca5be7..17c30e290 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "AstrBot" -version = "4.26.0-beta.11" +version = "4.26.0-beta.12" description = "Easy-to-use multi-platform LLM chatbot and development framework" readme = "README.md" license = { text = "AGPL-3.0-or-later" }