v0.3.1
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-tomlplus thetaplo-formatformatter), keeping
pyproject.tomlconsistently styled.
Full changelog: v0.3.0...v0.3.1