From 9ce992597b47486f69ed2b8b029387db729fe436 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Fri, 10 Jul 2026 17:18:29 +0800 Subject: [PATCH] =?UTF-8?q?docs(changelog):=200.57.0=20=E6=9D=A1=E7=9B=AE?= =?UTF-8?q?=E5=8E=BB=E6=8E=89=E5=85=B7=E4=BD=93=E6=A8=A1=E5=9E=8B=E5=90=8D?= =?UTF-8?q?,=E6=B3=9B=E7=A7=B0=E5=9B=BD=E9=99=85=E6=97=97=E8=88=B0?= =?UTF-8?q?=E6=A8=A1=E5=9E=8B(bump=200.57.1)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Fable 5 --- CHANGELOG.md | 2 +- core/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d115dd5..bb6540a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ ## 0.57.0 — 2026-07-10 -- Pro 档新增 5 个国际旗舰模型:Claude Fable 5、Claude Opus 4.8、Claude Sonnet 4.6、GPT-5.6 Sol、Gemini 3.1 Pro,模型选单中直接选用。 +- Pro 档新增多个国际旗舰模型,覆盖不同任务场景,模型选单中直接选用。 ## 0.56.0 — 2026-07-10 diff --git a/core/__init__.py b/core/__init__.py index a6b46c4..69b1624 100644 --- a/core/__init__.py +++ b/core/__init__.py @@ -1,3 +1,3 @@ # zcbot 版本号单一事实源:web/app.py 的 FastAPI version、/healthz 返回、前端展示都引这里。 # 改版本只动这一行。 -__version__ = "0.57.0" +__version__ = "0.57.1"