Skip to content

Commit 2278c3d

Browse files
committed
release v1.1.0
1 parent 1406b08 commit 2278c3d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
### [1.1.0] - 2022-07-29
4+
#### Fixed
5+
- fix banded Levenshtein implementation
6+
7+
#### Changed
8+
- implement Hirschbergs algorithms to reduce memory usage of
9+
levenshtein_editops
10+
311
### [1.0.5] - 2022-07-23
412
#### Fixed
513
- fix opcode conversion for empty source sequence

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

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

0 commit comments

Comments
 (0)