We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a637d3 commit a2cc696Copy full SHA for a2cc696
2 files changed
CHANGELOG.md
@@ -3,7 +3,7 @@
3
## [2.1.0] -
4
### Changed
5
- add support for bidirectional iterators
6
-
+- add experimental simd implementation for Jaro and Jaro Winkler
7
8
### [2.0.0] - 2023-06-02
9
#### Changed
CMakeLists.txt
@@ -32,7 +32,7 @@ if (CMAKE_BINARY_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
32
message(FATAL_ERROR "Building in-source is not supported! Create a build dir and remove ${CMAKE_SOURCE_DIR}/CMakeCache.txt")
33
endif()
34
35
-project(rapidfuzz LANGUAGES CXX VERSION 2.0.0)
+project(rapidfuzz LANGUAGES CXX VERSION 2.1.0)
36
37
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake")
38
include(GNUInstallDirs)
0 commit comments