Skip to content

Commit a2cc696

Browse files
committed
increment version number
1 parent 3a637d3 commit a2cc696

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
@@ -3,7 +3,7 @@
33
## [2.1.0] -
44
### Changed
55
- add support for bidirectional iterators
6-
6+
- add experimental simd implementation for Jaro and Jaro Winkler
77

88
### [2.0.0] - 2023-06-02
99
#### Changed

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 2.0.0)
35+
project(rapidfuzz LANGUAGES CXX VERSION 2.1.0)
3636

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

0 commit comments

Comments
 (0)