Skip to content

Commit f981c9c

Browse files
committed
v3.5.1
1 parent b7b71ff commit f981c9c

File tree

7 files changed

+383
-284
lines changed

7 files changed

+383
-284
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ if (CMAKE_BINARY_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
3333
endif()
3434

3535
project(Catch2
36-
VERSION 3.5.0 # CML version placeholder, don't delete
36+
VERSION 3.5.1 # CML version placeholder, don't delete
3737
LANGUAGES CXX
3838
# HOMEPAGE_URL is not supported until CMake version 3.12, which
3939
# we do not target yet.

docs/release-notes.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
# Release notes
44
**Contents**<br>
5+
[3.5.1](#351)<br>
56
[3.5.0](#350)<br>
67
[3.4.0](#340)<br>
78
[3.3.2](#332)<br>
@@ -58,6 +59,17 @@
5859
[Even Older versions](#even-older-versions)<br>
5960

6061

62+
## 3.5.1
63+
64+
### Improvements
65+
* Significantly improved performance of the CLI parsing.
66+
* This includes the cost of preparing the CLI parser, so Catch2's binaries start much faster.
67+
68+
### Miscellaneous
69+
* Added support for Bazel modules (#2781)
70+
* Added CMake option to disable the build reproducibility settings (#2785)
71+
* Added `log` library linking to the Meson build (#2784)
72+
6173

6274
## 3.5.0
6375

0 commit comments

Comments
 (0)