v0.7.4
Documentation only. No code or tool behaviour changed.
Fixed
- The license badge still linked to a 404 on PyPI. 0.7.3 made the README's
links absolute but missed this one, because it is a nested image-link —
[](target)— and the rewrite matched the inner image rather
than the outer target. The verification used the same faulty pattern as the
fix, so it reported clean. Re-checked with a paren-balancing scan that reads
every link target directly. (ARC-055)