Skip to content

Commit b985ddd

Browse files
committed
v.8.6.0 release
1 parent e5280e9 commit b985ddd

File tree

8 files changed

+22
-7
lines changed

8 files changed

+22
-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 5
5+
#define APPROVALTESTS_VERSION_MINOR 6
66
#define APPROVALTESTS_VERSION_PATCH 0
7-
#define APPROVALTESTS_VERSION_STR "8.5.0"
7+
#define APPROVALTESTS_VERSION_STR "8.6.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.5.0/ApprovalTests.v.8.5.0.hpp">Download the latest version (v.8.5.0) of the **single header file** here.</a>
18+
<a href="https://github.com/approvals/ApprovalTests.cpp/releases/download/v.8.6.0/ApprovalTests.v.8.6.0.hpp">Download the latest version (v.8.6.0) of the **single header file** here.</a>
1919

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

build/release_notes/relnotes_8.6.0.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!-- See the [v.8.6.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+
* Add support for [Boost.Test framework](https://www.boost.org/doc/libs/1_72_0/libs/test/doc/html/index.html)
7+
See [Using Approval Tests With Boost.Test](/doc/UsingBoostTest.md#top) (#41)
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-
* Add support for [Boost.Test framework](https://www.boost.org/doc/libs/1_72_0/libs/test/doc/html/index.html)
7-
See [Using Approval Tests With Boost.Test](/doc/UsingBoostTest.md#top) (#41)
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 = 5
3+
minor = 6
44
patch = 0
55

doc/Features.md

+3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ To change this file edit the source file and then execute ./run_markdown_templat
1515
## Contents
1616

1717
* [v.x.y.z](#vxyz)
18+
* [v.8.6.0](#v860)
1819
* [Support for Boost.Test framework](#support-for-boosttest-framework)
1920
* [v.8.5.0](#v850)
2021
* [Support for Sublime Merge](#support-for-sublime-merge)
@@ -52,6 +53,8 @@ To change this file edit the source file and then execute ./run_markdown_templat
5253

5354
## v.x.y.z
5455

56+
## v.8.6.0
57+
5558
### Support for Boost.Test framework
5659

5760
See [Using Approval Tests With Boost.Test](/doc/UsingBoostTest.md#top)

doc/mdsource/Features.source.md

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ toc
88

99
## v.x.y.z
1010

11+
## v.8.6.0
12+
1113
### Support for Boost.Test framework
1214

1315
See [Using Approval Tests With Boost.Test](/doc/UsingBoostTest.md#top)

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.5.0/ApprovalTests.v.8.5.0.hpp">Download the latest version (v.8.5.0) of the **single header file** here.</a>
11+
<a href="https://github.com/approvals/ApprovalTests.cpp/releases/download/v.8.6.0/ApprovalTests.v.8.6.0.hpp">Download the latest version (v.8.6.0) of the **single header file** here.</a>
1212

1313
toc
1414

0 commit comments

Comments
 (0)