Skip to content

warpline 1.1.3 — version metadata fix

Choose a tag to compare

@tachyon-beep tachyon-beep released this 24 Jun 05:23
· 86 commits to main since this release

Patch release fixing stale self-reported version metadata. Frozen warpline.<contract>.v1 MCP contracts remain unchanged.

Fixed

  • warpline.__version__ now derives from the installed package metadata (importlib.metadata) instead of a hand-maintained literal. That literal went stale at 1.1.2, so warpline --version, the MCP serverInfo.version, and every response envelope's meta.producer.version reported 1.1.1 on the 1.1.2 build. The version is now single-sourced from pyproject and cannot drift; the package-version test asserts that property rather than pinning a literal.

If you deployed 1.1.2, upgrade to 1.1.3 so warpline reports its own version correctly (the 1.1.2 hook-hang fix is included).

🤖 Generated with Claude Code