From e8f0360e7aa91a0f975ef4376c93d6d9adeea061 Mon Sep 17 00:00:00 2001 From: Martin Moene Date: Mon, 5 Jan 2015 08:07:43 +0100 Subject: [PATCH] v1.22.0 Update version number, Readme and Changes --- CHANGES.txt | 5 +++++ lest.hpp | 2 +- lest_cpp03.hpp | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index acb2661..82428c8 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,11 @@ Changes for lest – lest errors escape testing +version 1.22.0 2015-01-05 + +- Add decomposition for std::pair and std::tuple (thanks to @PureAbstract/Catch). + + version 1.21.0 2014-12-27 - Add lest_FEATURE_AUTO_REGISTER. diff --git a/lest.hpp b/lest.hpp index b7426e3..f3d0fad 100644 --- a/lest.hpp +++ b/lest.hpp @@ -38,7 +38,7 @@ # pragma GCC diagnostic ignored "-Wunused-value" #endif -#define lest_VERSION "1.21.0" +#define lest_VERSION "1.22.0" #ifndef lest_FEATURE_AUTO_REGISTER # define lest_FEATURE_AUTO_REGISTER 0 diff --git a/lest_cpp03.hpp b/lest_cpp03.hpp index b5c22da..19ce7cb 100644 --- a/lest_cpp03.hpp +++ b/lest_cpp03.hpp @@ -33,7 +33,7 @@ # pragma GCC diagnostic ignored "-Wunused-value" #endif -#define lest_VERSION "1.21.0" +#define lest_VERSION "1.22.0" #ifndef lest_FEATURE_COLOURISE # define lest_FEATURE_COLOURISE 0