Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@hugovk hugovk released this 15 Jan 12:48
e7ea718

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) with os.makedirs(path, exist_ok=True) by @hugovk in #38
  • Test version handling functions by @hugovk in #36
  • Test textwrap_body, current_date and sortable_datetime by @hugovk in #42
  • CI: Lint and test via uv by @hugovk in #32

Full Changelog: v1.3.0...v2.0.0