v1.0.0
Added
rufffor sorting of importspy.typedmarker file for PEP 561 compliance- Project-related metadata to
pyproject.toml. mypytype checking in CI
Changed
- Enabled dependency grouping in
dependabotto collect all dependency updates in one PR rather than one per dependency.
Fixed
- Return type inconsistency in
_levenshtein_distance
Removed
- Support for Python
3.9dropped, 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, enablerufffor sorting of imports, sort imports by @noxthot in #22 - [BUILD/CI] Add project-related metadata; add
dependabotdependency groups by @noxthot in #23 - [CI] Add
mypyto 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.9support 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