0.9.3.1
v0.9.3.1 — Formatter Hotfix
Patch release to unblock the CI/CD pipeline.
What changed
Fixed two ruff format violations in velune/cli/repl.py — two console.print() calls were split across multiple lines but fit within the 100-character line limit; ruff collapses them to single lines.
Why a new tag instead of rewriting v0.9.3
v0.9.3 was already published. This patch carries the same features and fixes as v0.9.3 with no functional difference.
Upgrade
pip install --upgrade velune