Skip to content

Commit 2440ffa

Browse files
committed
update changelog
1 parent a488629 commit 2440ffa

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Changelog
22

3+
## [3.3.2] - 2025-02-11
4+
### Fixed
5+
- fixed compilation with old msvc versions that don't properly support if constexpr
6+
37
## [3.3.1] - 2025-01-22
48
### Fixed
59
- fixed tests not building with catch2 versions >= 3.0

CMakeLists.txt

+1-1
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.3.1)
35+
project(rapidfuzz LANGUAGES CXX VERSION 3.3.2)
3636

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

0 commit comments

Comments
 (0)