Skip to content

v1.0.0

Choose a tag to compare

@noxthot noxthot released this 07 Jan 08:51
· 40 commits to main since this release
c400d1d

Added

  • ruff for sorting of imports
  • py.typed marker file for PEP 561 compliance
  • Project-related metadata to pyproject.toml.
  • mypy type checking in CI

Changed

  • Enabled dependency grouping in dependabot to collect all dependency updates in one PR rather than one per dependency.

Fixed

  • Return type inconsistency in _levenshtein_distance

Removed

  • Support for Python 3.9 dropped, since it is end of life.

What's Changed

  • [CI] dependabot: Bump actions/checkout from 5 to 6 by @dependabot[bot] in #21
  • [CI/STYLE] add py.typed, enable ruff for sorting of imports, sort imports by @noxthot in #22
  • [BUILD/CI] Add project-related metadata; add dependabot dependency groups by @noxthot in #23
  • [CI] Add mypy to CI and fix type errors by @noxthot in #24
  • [BUILD] dependabot: Bump mypy from 1.19.0 to 1.19.1 in the uv-development group by @dependabot[bot] in #25
  • [BUILD/CI] Drop Python 3.9 support since it is end of life by @noxthot in #26
  • [BUILD] dependabot: Bump the uv-development group with 2 updates by @dependabot[bot] in #27
  • [BUILD]: Bump version to 1.0.0 by @noxthot in #28

Full Changelog: v0.1.0...v1.0.0