Skip to content

Commit 54e00fb

Browse files
committed
release v1.5.0
1 parent 9f2caf4 commit 54e00fb

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.5.0] - 2022-09-
3+
### [1.5.0] - 2022-09-11
44
#### Fix
55
- `fuzz::partial_ratio` did not find the optimal alignment in some edge cases
66

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

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

0 commit comments

Comments
 (0)