Skip to content

Commit 35e28a0

Browse files
committed
upgrade rapidfuzz-cpp
1 parent b6e1cd6 commit 35e28a0

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ elseif("${Python_INTERPRETER_ID}" STREQUAL "PyPy")
4242
message(STATUS "Corrected SOABI: ${Python_SOABI}")
4343
endif()
4444

45-
find_package(rapidfuzz 2.0.0 QUIET)
45+
find_package(rapidfuzz 3.0.0 QUIET)
4646
if (rapidfuzz_FOUND)
4747
message(STATUS "Using system supplied version of rapidfuzz-cpp")
4848
else()

HISTORY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## Changelog
22

3+
### v0.24.0
4+
#### Changed
5+
- upgrade ``rapidfuzz-cpp`` to ``v3.0.0``
6+
- drop support for Python 3.7
7+
38
### v0.23.0
49
#### Changed
510
- added keyword argument `pad` to Hamming distance. This controls whether sequences of different

extern/rapidfuzz-cpp

Submodule rapidfuzz-cpp updated 72 files

0 commit comments

Comments
 (0)