chore: release v3.2.0 — version bump, changelog, test badge

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
airano
2026-02-24 21:52:13 +03:30
parent 479d0c7252
commit ea51c10e03
4 changed files with 47 additions and 4 deletions

View File

@@ -126,7 +126,7 @@ logging.basicConfig(
logger = logging.getLogger(__name__)
# Server version — read from pyproject.toml, fallback to importlib.metadata
SERVER_VERSION = "3.1.0"
SERVER_VERSION = "3.2.0"
try:
_pyproject = os.path.join(os.path.dirname(__file__), "pyproject.toml")
with open(_pyproject) as _f: