Skip to content

Commit d91513b

Browse files
committed
v.8.1.1 release
1 parent 0b58549 commit d91513b

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
@@ -3,8 +3,8 @@
33

44
#define APPROVALTESTS_VERSION_MAJOR 8
55
#define APPROVALTESTS_VERSION_MINOR 1
6-
#define APPROVALTESTS_VERSION_PATCH 0
7-
#define APPROVALTESTS_VERSION_STR "8.1.0"
6+
#define APPROVALTESTS_VERSION_PATCH 1
7+
#define APPROVALTESTS_VERSION_STR "8.1.1"
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.1.0/ApprovalTests.v.8.1.0.hpp">Download the latest version (v.8.1.0) of the **single header file** here.</a>
18+
<a href="https://github.com/approvals/ApprovalTests.cpp/releases/download/v.8.1.1/ApprovalTests.v.8.1.1.hpp">Download the latest version (v.8.1.1) of the **single header file** here.</a>
1919

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

build/relnotes_8.1.1.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!-- See the [v.8.1.1 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+
* None
7+
* **Bug fixes**
8+
* Boost.UT tests now correctly return non-zero exit status if any Approval Tests failed. (#87)
9+
* **Other changes**
10+
* Update to Boost.UT [commit dde2cba5123444faa82e5c17fcd99f68fe991d89](https://github.com/boost-experimental/ut/commit/dde2cba5123444faa82e5c17fcd99f68fe991d89)

build/relnotes_x.y.z.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
* **New features**
66
* None
77
* **Bug fixes**
8-
* Boost.UT tests now correctly return non-zero exit status if any Approval Tests failed. (#87)
8+
* None
99
* **Other changes**
10-
* Update to Boost.UT [commit dde2cba5123444faa82e5c17fcd99f68fe991d89](https://github.com/boost-experimental/ut/commit/dde2cba5123444faa82e5c17fcd99f68fe991d89)
10+
* None

build/version.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[VERSION]
22
major = 8
33
minor = 1
4-
patch = 0
4+
patch = 1
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.1.0/ApprovalTests.v.8.1.0.hpp">Download the latest version (v.8.1.0) of the **single header file** here.</a>
11+
<a href="https://github.com/approvals/ApprovalTests.cpp/releases/download/v.8.1.1/ApprovalTests.v.8.1.1.hpp">Download the latest version (v.8.1.1) of the **single header file** here.</a>
1212

1313
toc
1414

0 commit comments

Comments
 (0)