From 194be49c1b2e362c845e0155fbc2b15a89f081ef Mon Sep 17 00:00:00 2001 From: Clare Macrae Date: Thu, 20 Feb 2020 00:59:10 +0000 Subject: [PATCH] v.8.4.0 release --- ApprovalTests/ApprovalTestsVersion.h | 4 ++-- README.md | 2 +- build/relnotes_8.4.0.md | 11 +++++++++++ build/relnotes_x.y.z.md | 3 +-- build/version.ini | 2 +- mdsource/README.source.md | 2 +- 6 files changed, 17 insertions(+), 7 deletions(-) create mode 100644 build/relnotes_8.4.0.md diff --git a/ApprovalTests/ApprovalTestsVersion.h b/ApprovalTests/ApprovalTestsVersion.h index dbffeb2d8..c6fbacffa 100644 --- a/ApprovalTests/ApprovalTestsVersion.h +++ b/ApprovalTests/ApprovalTestsVersion.h @@ -2,9 +2,9 @@ #define APPROVALTESTS_CPP_APPROVALTESTSVERSION_H #define APPROVALTESTS_VERSION_MAJOR 8 -#define APPROVALTESTS_VERSION_MINOR 3 +#define APPROVALTESTS_VERSION_MINOR 4 #define APPROVALTESTS_VERSION_PATCH 0 -#define APPROVALTESTS_VERSION_STR "8.3.0" +#define APPROVALTESTS_VERSION_STR "8.4.0" #define APPROVALTESTS_VERSION \ (APPROVALTESTS_VERSION_MAJOR * 10000 + APPROVALTESTS_VERSION_MINOR * 100 + \ diff --git a/README.md b/README.md index ce6b74a98..759a08e68 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ To change this file edit the source file and then execute ./run_markdown_templat [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v1.4%20adopted-ff69b4.svg)](/CODE_OF_CONDUCT.md#top) -Download the latest version (v.8.3.0) of the **single header file** here. +Download the latest version (v.8.4.0) of the **single header file** here. ## Contents diff --git a/build/relnotes_8.4.0.md b/build/relnotes_8.4.0.md new file mode 100644 index 000000000..673ff4aad --- /dev/null +++ b/build/relnotes_8.4.0.md @@ -0,0 +1,11 @@ + + +* **Breaking changes** + * None +* **New features** + * Provide a way to launch reporters in foreground (See #98) + * CI builds now print meaningful differences on failure +* **Bug fixes** + * None +* **Other changes** + * None diff --git a/build/relnotes_x.y.z.md b/build/relnotes_x.y.z.md index ed04d4a63..20478daaf 100644 --- a/build/relnotes_x.y.z.md +++ b/build/relnotes_x.y.z.md @@ -3,8 +3,7 @@ * **Breaking changes** * None * **New features** - * Provide a way to launch reporters in foreground (See #98) - * CI builds now print meaningful differences on failure + * None * **Bug fixes** * None * **Other changes** diff --git a/build/version.ini b/build/version.ini index 549a162f8..b44e43902 100644 --- a/build/version.ini +++ b/build/version.ini @@ -1,5 +1,5 @@ [VERSION] major = 8 -minor = 3 +minor = 4 patch = 0 diff --git a/mdsource/README.source.md b/mdsource/README.source.md index fe07f802d..591d56c47 100644 --- a/mdsource/README.source.md +++ b/mdsource/README.source.md @@ -8,7 +8,7 @@ [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v1.4%20adopted-ff69b4.svg)](/CODE_OF_CONDUCT.md#top) -Download the latest version (v.8.3.0) of the **single header file** here. +Download the latest version (v.8.4.0) of the **single header file** here. toc