We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d86973f commit 10426d2Copy full SHA for 10426d2
CHANGELOG.md
@@ -1,5 +1,9 @@
1
## Changelog
2
3
+## [3.0.4] - 2023-04-07
4
+### Fixed
5
+- fix tagged version
6
+
7
## [3.0.3] - 2023-04-06
8
### Fixed
9
- fix potentially incorrect results of JaroWinkler when using high prefix weights
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.0.2)
+project(rapidfuzz LANGUAGES CXX VERSION 3.0.4)
36
37
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake")
38
include(GNUInstallDirs)
0 commit comments