Skip to content

Commit 05ca40d

Browse files
committed
v.8.3.0 release
1 parent 08cee34 commit 05ca40d

8 files changed

+29
-14
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 2
5+
#define APPROVALTESTS_VERSION_MINOR 3
66
#define APPROVALTESTS_VERSION_PATCH 0
7-
#define APPROVALTESTS_VERSION_STR "8.2.0"
7+
#define APPROVALTESTS_VERSION_STR "8.3.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.2.0/ApprovalTests.v.8.2.0.hpp">Download the latest version (v.8.2.0) of the **single header file** here.</a>
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>
1919

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

build/relnotes_8.3.0.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<!-- See the [v.8.3.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+
* `CustomReporter::create()` adds flexibility for adding custom merge tools: see [How To Use A Custom Reporter](/doc/how_tos/UseACustomReporter.md#top) (#43)
7+
* Add support for Araxis Merge on Mac
8+
* Added support for GitHub Actions CI system - see [Build Machines and Continuous Integration servers](/doc/BuildMachinesAndCI.md#top)
9+
* **Bug fixes**
10+
* Reporters now respect the arguments they are supplied with (#82)
11+
* **Other changes**
12+
* Document [How to Submit a New Reporter to ApprovalTests](/doc/how_tos/SubmitANewReporterToApprovalTests.md#top).
13+
* Lots of refactoring around reporters
14+
* Added
15+
* `ApprovalTests::FileUtils::readFileThrowIfMissing()` and
16+
* `ApprovalTests::FileUtils::readFileReturnEmptyIfMissing()`

build/relnotes_x.y.z.md

+3-9
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,8 @@
33
* **Breaking changes**
44
* None
55
* **New features**
6-
* `CustomReporter::create()` adds flexibility for adding custom merge tools: see [How To Use A Custom Reporter](/doc/how_tos/UseACustomReporter.md#top) (#43)
7-
* Add support for Araxis Merge on Mac
8-
* Added support for GitHub Actions CI system - see [Build Machines and Continuous Integration servers](/doc/BuildMachinesAndCI.md#top)
6+
* None
97
* **Bug fixes**
10-
* Reporters now respect the arguments they are supplied with (#82)
8+
* None
119
* **Other changes**
12-
* Document [How to Submit a New Reporter to ApprovalTests](/doc/how_tos/SubmitANewReporterToApprovalTests.md#top).
13-
* Lots of refactoring around reporters
14-
* Added
15-
* `ApprovalTests::FileUtils::readFileThrowIfMissing()` and
16-
* `ApprovalTests::FileUtils::readFileReturnEmptyIfMissing()`
10+
* None

build/version.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[VERSION]
22
major = 8
3-
minor = 2
3+
minor = 3
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.3.0](#v830)
1819
* [Flexibility for adding custom merge tools](#flexibility-for-adding-custom-merge-tools)
1920
* [Supporting new merge tools.](#supporting-new-merge-tools)
2021
* [v.8.2.0](#v820)
@@ -47,6 +48,8 @@ To change this file edit the source file and then execute ./run_markdown_templat
4748

4849
## v.x.y.z
4950

51+
## v.8.3.0
52+
5053
### Flexibility for adding custom merge tools
5154

5255
`CustomReporter::create()` adds flexibility for adding custom merge tools: see [How To Use A Custom Reporter](/doc/how_tos/UseACustomReporter.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.3.0
12+
1113
### Flexibility for adding custom merge tools
1214

1315
`CustomReporter::create()` adds flexibility for adding custom merge tools: see [How To Use A Custom Reporter](/doc/how_tos/UseACustomReporter.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.2.0/ApprovalTests.v.8.2.0.hpp">Download the latest version (v.8.2.0) of the **single header file** here.</a>
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>
1212

1313
toc
1414

0 commit comments

Comments
 (0)