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 e59b987 commit 8f6ee22Copy full SHA for 8f6ee22
CHANGELOG.md
@@ -1,5 +1,9 @@
1
## Changelog
2
3
+### [1.4.1] - 2022-09-11
4
+#### Fixed
5
+- fix type mismatch error
6
+
7
### [1.4.0] - 2022-09-10
8
#### Performance
9
- improve performance of Levenshtein distance/editops calculation for long
CMakeLists.txt
@@ -20,7 +20,7 @@ if (CMAKE_BINARY_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
20
message(FATAL_ERROR "Building in-source is not supported! Create a build dir and remove ${CMAKE_SOURCE_DIR}/CMakeCache.txt")
21
endif()
22
23
-project(rapidfuzz LANGUAGES CXX VERSION 1.4.0)
+project(rapidfuzz LANGUAGES CXX VERSION 1.4.1)
24
25
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake")
26
include(GNUInstallDirs)
0 commit comments