Skip to content

Commit

Permalink
Prepared for v42
Browse files Browse the repository at this point in the history
  • Loading branch information
rollbear committed Dec 6, 2021
1 parent 5c8626b commit c9c0df9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ include(CheckCXXCompilerFlag)

write_basic_package_version_file(
"${CMAKE_CURRENT_BINARY_DIR}/trompeloeil/trompeloeil-config-version.cmake"
VERSION 41
VERSION 42
COMPATIBILITY AnyNewerVersion)

add_library(trompeloeil INTERFACE)
Expand Down
11 changes: 11 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
v42 2021-12-06

* Fixed issue 264: Sequence objects did not correctly report is_complete()
when there were living, but satisfied, expectations.

* Fixed issue 259 where CMakeFiles.txt wrongly installed trompeloeil
for projects that includes it. It is now an option. See FAQ for
details.

* Updated Catch2 to version 2.13.7 to compile unit tests on systems
with glibc >= 2.34.

Expand All @@ -24,6 +30,11 @@
* For CI builds, use github actions cacheing of built libc++ to shorten
build times.

* Added CMake install namespace. Thanks @offa

* Fixed bug where an expectation end of life was reported as an error
if it was included in a satisfied sequence. Thanks Andy Saul.

v41 2021-06-15

* catch2 adapter works with CATCH_CONFIG_PREFIX_ALL.
Expand Down

0 comments on commit c9c0df9

Please sign in to comment.