Skip to content

v0.3.1

Choose a tag to compare

@filipchristiansen filipchristiansen released this 18 Jun 08:34
· 35 commits to main since this release
7db31c7

Fixed

  • Rewrite angle-bracket links whose destination contains spaces (](<../my file.py>)); the path is
    percent-encoded in the resulting forge URL.

Changed

  • Run the CI test suite on Windows and macOS (newest supported Python) in addition to the Linux
    Python matrix, to guard cross-platform path handling.
  • Add a two-step release helper (make release-prep / make release-tag) that bumps the version,
    rolls the hand-written [Unreleased] changelog section into a dated release, and opens the
    release PR, tags, and publishes — without ever generating release notes.
  • Lint and format TOML via pre-commit (check-toml plus the taplo-format formatter), keeping
    pyproject.toml consistently styled.

Full changelog: v0.3.0...v0.3.1