Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbachmann committed Sep 21, 2024
1 parent 2294922 commit 6c0b80a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
15 changes: 8 additions & 7 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
Changelog
---------

[3.10.0] - 2024-09-21
^^^^^^^^^^^^^^^^^^^^^
Fixed
~~~~~
- drop support for Python 3.8
- switch build system to `scikit-build-core`

[3.9.7] - 2024-09-02
^^^^^^^^^^^^^^^^^^^^
Fixed
~~~~~~~
~~~~~
* fix crash in ``cdist`` due to Visual Studio upgrade


[3.9.6] - 2024-08-06
^^^^^^^^^^^^^^^^^^^^
Changed
Expand Down Expand Up @@ -41,14 +47,12 @@ Fixed
~~~~~
* fix supported versions of taskflow in cmake to be in the range v3.3 - v3.7


[3.9.1] - 2024-05-19
^^^^^^^^^^^^^^^^^^^^
Fixed
~~~~~
* disable AVX2 on MacOS since it did lead to illegal instructions being generated


[3.9.0] - 2024-05-02
^^^^^^^^^^^^^^^^^^^^
Changed
Expand All @@ -59,14 +63,12 @@ Fixed
~~~~~
* fix cmake version parsing


[3.8.1] - 2024-04-07
^^^^^^^^^^^^^^^^^^^^
Fixed
~~~~~
* use the correct version of ``rapidfuzz-cpp`` when building against a system installed version


[3.8.0] - 2024-04-06
^^^^^^^^^^^^^^^^^^^^
Added
Expand All @@ -78,7 +80,6 @@ Fixed
- fix some minor errors in the type hints
- fix potentially incorrect results of JaroWinkler when using high prefix weights


[3.7.0] - 2024-03-21
^^^^^^^^^^^^^^^^^^^^
Changed
Expand Down
2 changes: 1 addition & 1 deletion src/rapidfuzz/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

__author__: str = "Max Bachmann"
__license__: str = "MIT"
__version__: str = "3.9.7"
__version__: str = "3.10.0"

from rapidfuzz import distance, fuzz, process, utils

Expand Down

0 comments on commit 6c0b80a

Please sign in to comment.