Skip to content

v0.7.4

Choose a tag to compare

@github-actions github-actions released this 28 Jul 12:25
· 2 commits to main since this release

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 —
    [![alt](image)](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)