v3.12.1: bump version in GUI + lib

This commit is contained in:
Roman | RyzenAdvanced
2026-05-27 11:52:59 +04:00
Unverified
parent d12c7d2155
commit abb030d579
3 changed files with 11 additions and 0 deletions

Binary file not shown.

View File

@@ -27,6 +27,11 @@ model_catalog_json = ""
"""
CHANGELOG = [
("3.12.1", "2026-05-27", [
"Fix Antigravity adapter (PR #15): simplified model resolution",
"Removed broken schema sanitization, restored headers",
"Re-enabled gRPC fallback by default",
]),
("3.12.0", "2026-05-27", [
"gRPC auto-fallback for Antigravity (PR #13)",
"Dynamic version fetch with probe validation",

View File

@@ -83,6 +83,12 @@ model_catalog_json = ""
"""
CHANGELOG = [
("3.12.1", "2026-05-27", [
"Fix Antigravity adapter (PR #15): simplify model resolution",
"Removed broken schema sanitization, restored correct headers",
"Expanded model alias map for all Antigravity variants",
"Re-enabled gRPC fallback by default",
]),
("3.12.0", "2026-05-27", [
"gRPC auto-fallback for Antigravity provider (PR #13)",
"New antigravity_grpc module with protobuf client",