Changed - add support for Python 3.13 - drop support for Python 3.8
0.25.1
Fixed - fix potentially incorrect results of `jaro_winkler` when using high prefix weights
0.25.0
Changed - improve type hints
0.24.0
Changed - upgrade ``rapidfuzz-cpp`` to ``v3.0.0`` - drop support for Python 3.7
0.23.0
Changed - added keyword argument `pad` to Hamming distance. This controls whether sequences of different length should be padded or lead to a `ValueError` - upgrade to `Cython==3.0.3`