Skip to content

Commit e237aee

Browse files
committed
upgrade rapidfuzz-cpp
1 parent 2830c31 commit e237aee

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ Added
88
* add support for arrays of type 'w'
99
* add support for any DTypeLike as dtype in ``cdist`` and ``cpdist``
1010

11+
Changed
12+
~~~~~~~
13+
* upgrade to ``rapidfuzz-cpp==3.3.2``
14+
1115
[3.12.2] - 2025-03-02
1216
^^^^^^^^^^^^^^^^^^^^^
1317
Added

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ else()
118118
add_library(Taskflow::Taskflow ALIAS Taskflow)
119119
endif()
120120

121-
find_package(rapidfuzz 3.2.0 QUIET)
121+
find_package(rapidfuzz 3.3.2 QUIET)
122122
if(rapidfuzz_FOUND)
123123
message(STATUS "Using system supplied version of rapidfuzz-cpp")
124124
else()

extern/rapidfuzz-cpp

Submodule rapidfuzz-cpp updated 58 files

0 commit comments

Comments
 (0)