Skip to content

Commit 8f0b180

Browse files
authored
release 1.0.4
1 parent 13d7c77 commit 8f0b180

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Changelog
22

3-
### [1.0.4] - 2022-
3+
### [1.0.4] - 2022-06-29
44
#### Fixed
55
- fix implementation of hamming_normalized_similarity
66
- fix implementation of CachedLCSseq::distance

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ if (CMAKE_BINARY_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
2020
message(FATAL_ERROR "Building in-source is not supported! Create a build dir and remove ${CMAKE_SOURCE_DIR}/CMakeCache.txt")
2121
endif()
2222

23-
project(rapidfuzz LANGUAGES CXX VERSION 1.0.3)
23+
project(rapidfuzz LANGUAGES CXX VERSION 1.0.4)
2424

2525
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake")
2626
include(GNUInstallDirs)

0 commit comments

Comments
 (0)