We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eedcf8f commit fdbcc21Copy full SHA for fdbcc21
CHANGELOG.md
@@ -1,6 +1,6 @@
1
## Changelog
2
3
-## [3.2.0] -
+## [3.2.0] - 2024-12-17
4
### Performance
5
- improve calculation of min score inside partial_ratio so it can skip more alignments
6
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 3.1.1)
+project(rapidfuzz LANGUAGES CXX VERSION 3.2.0)
36
37
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake")
38
include(GNUInstallDirs)
0 commit comments