Skip to content

Commit 194be49

Browse files
committed
v.8.4.0 release
1 parent 44bd3db commit 194be49

File tree

6 files changed

+17
-7
lines changed

6 files changed

+17
-7
lines changed

ApprovalTests/ApprovalTestsVersion.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
#define APPROVALTESTS_CPP_APPROVALTESTSVERSION_H
33

44
#define APPROVALTESTS_VERSION_MAJOR 8
5-
#define APPROVALTESTS_VERSION_MINOR 3
5+
#define APPROVALTESTS_VERSION_MINOR 4
66
#define APPROVALTESTS_VERSION_PATCH 0
7-
#define APPROVALTESTS_VERSION_STR "8.3.0"
7+
#define APPROVALTESTS_VERSION_STR "8.4.0"
88

99
#define APPROVALTESTS_VERSION \
1010
(APPROVALTESTS_VERSION_MAJOR * 10000 + APPROVALTESTS_VERSION_MINOR * 100 + \

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ To change this file edit the source file and then execute ./run_markdown_templat
1515
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
1616
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v1.4%20adopted-ff69b4.svg)](/CODE_OF_CONDUCT.md#top)
1717

18-
<a href="https://github.com/approvals/ApprovalTests.cpp/releases/download/v.8.3.0/ApprovalTests.v.8.3.0.hpp">Download the latest version (v.8.3.0) of the **single header file** here.</a>
18+
<a href="https://github.com/approvals/ApprovalTests.cpp/releases/download/v.8.4.0/ApprovalTests.v.8.4.0.hpp">Download the latest version (v.8.4.0) of the **single header file** here.</a>
1919

2020
<!-- toc -->
2121
## Contents

build/relnotes_8.4.0.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!-- See the [v.8.4.0 milestone](https://github.com/approvals/ApprovalTests.cpp/milestone/__MILESTONE_NUMBER__?closed=1) for the full list of changes. -->
2+
3+
* **Breaking changes**
4+
* None
5+
* **New features**
6+
* Provide a way to launch reporters in foreground (See #98)
7+
* CI builds now print meaningful differences on failure
8+
* **Bug fixes**
9+
* None
10+
* **Other changes**
11+
* None

build/relnotes_x.y.z.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
* **Breaking changes**
44
* None
55
* **New features**
6-
* Provide a way to launch reporters in foreground (See #98)
7-
* CI builds now print meaningful differences on failure
6+
* None
87
* **Bug fixes**
98
* None
109
* **Other changes**

build/version.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[VERSION]
22
major = 8
3-
minor = 3
3+
minor = 4
44
patch = 0
55

mdsource/README.source.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
99
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v1.4%20adopted-ff69b4.svg)](/CODE_OF_CONDUCT.md#top)
1010

11-
<a href="https://github.com/approvals/ApprovalTests.cpp/releases/download/v.8.3.0/ApprovalTests.v.8.3.0.hpp">Download the latest version (v.8.3.0) of the **single header file** here.</a>
11+
<a href="https://github.com/approvals/ApprovalTests.cpp/releases/download/v.8.4.0/ApprovalTests.v.8.4.0.hpp">Download the latest version (v.8.4.0) of the **single header file** here.</a>
1212

1313
toc
1414

0 commit comments

Comments
 (0)