Skip to content

Commit 8f6ee22

Browse files
authored
release 1.4.1
1 parent e59b987 commit 8f6ee22

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Changelog
22

3+
### [1.4.1] - 2022-09-11
4+
#### Fixed
5+
- fix type mismatch error
6+
37
### [1.4.0] - 2022-09-10
48
#### Performance
59
- improve performance of Levenshtein distance/editops calculation for long

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.4.0)
23+
project(rapidfuzz LANGUAGES CXX VERSION 1.4.1)
2424

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

0 commit comments

Comments
 (0)