File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 11## Changelog
22
3+ ## [ 3.1.0] - 2024-07-02
4+ ### Changed
5+ - split ` editops_apply ` /` opcodes_apply ` into ` *_apply_str ` and ` *_apply_vec ` . This avoids the instantiation of
6+ std::basic_string for unsupported types.
7+
38## [ 3.0.5] - 2024-07-02
49### Fixed
510- the editops implementation didn't properly account for some cells in the Levenshtein matrix.
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ if (CMAKE_BINARY_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
3232 message (FATAL_ERROR "Building in-source is not supported! Create a build dir and remove ${CMAKE_SOURCE_DIR} /CMakeCache.txt" )
3333endif ()
3434
35- project (rapidfuzz LANGUAGES CXX VERSION 3.0.5 )
35+ project (rapidfuzz LANGUAGES CXX VERSION 3.1.0 )
3636
3737list (APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR} /cmake" )
3838include (GNUInstallDirs)
You can’t perform that action at this time.
0 commit comments