What's Changed
- Move
blurb testsubcommand into test suite by @hugovk in #37 - Add support for Python 3.14 by @ezio-melotti in #40
- Validate gh-issue is int before checking range, and that gh-issue or bpo exists by @hugovk in #35
- Replace
safe_mkdir(path)withos.makedirs(path, exist_ok=True)by @hugovk in #38 - Test version handling functions by @hugovk in #36
- Test
textwrap_body,current_dateandsortable_datetimeby @hugovk in #42 - CI: Lint and test via uv by @hugovk in #32
Full Changelog: v1.3.0...v2.0.0