What's Changed
- Move
blurb test
subcommand 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_date
andsortable_datetime
by @hugovk in #42 - CI: Lint and test via uv by @hugovk in #32
Full Changelog: v1.3.0...v2.0.0