v0.11.1
v0.11.1 (2026-06-11)
Bug Fixes
- fix: vendor toon-format to unblock PyPI publishing
The latest toon-format PyPI release (0.9.0b1) predates fixes we depend on, so gcpath was pinned to a git commit — which PyPI rejects as a direct dependency. Vendor toon_format at commit 9086144 (MIT) under gcpath._vendor and drop the git dependency.
Vendored code is excluded from ruff, mypy, and coverage. Remove the vendor copy once upstream cuts a new release (toon-format/toon-python#58).
Co-Authored-By: Claude Fable 5 noreply@anthropic.com
- ci: exclude vendored code from SonarCloud analysis
Co-authored-by: Claude Fable 5 noreply@anthropic.com
Detailed Changes: v0.11.0...v0.11.1