Skip to content

Commit 05036b7

Browse files
committed
update changelog
1 parent 65e9022 commit 05036b7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## [3.1.0] - 2024-07-02
4+
### Changed
5+
- split `editops_apply`/`opcodes_apply` into `*_apply_str` and `*_apply_vec`. This avoids the instantiation of
6+
std::basic_string for unsupported types.
7+
38
## [3.0.5] - 2024-07-02
49
### Fixed
510
- the editops implementation didn't properly account for some cells in the Levenshtein matrix.

CMakeLists.txt

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

35-
project(rapidfuzz LANGUAGES CXX VERSION 3.0.5)
35+
project(rapidfuzz LANGUAGES CXX VERSION 3.1.0)
3636

3737
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake")
3838
include(GNUInstallDirs)

0 commit comments

Comments
 (0)