Skip to content

Commit

Permalink
v.8.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
claremacrae committed Feb 12, 2020
1 parent 08cee34 commit 05ca40d
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 14 deletions.
4 changes: 2 additions & 2 deletions ApprovalTests/ApprovalTestsVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
#define APPROVALTESTS_CPP_APPROVALTESTSVERSION_H

#define APPROVALTESTS_VERSION_MAJOR 8
#define APPROVALTESTS_VERSION_MINOR 2
#define APPROVALTESTS_VERSION_MINOR 3
#define APPROVALTESTS_VERSION_PATCH 0
#define APPROVALTESTS_VERSION_STR "8.2.0"
#define APPROVALTESTS_VERSION_STR "8.3.0"

#define APPROVALTESTS_VERSION \
(APPROVALTESTS_VERSION_MAJOR * 10000 + APPROVALTESTS_VERSION_MINOR * 100 + \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

<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>
<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>

<!-- toc -->
## Contents
Expand Down
16 changes: 16 additions & 0 deletions build/relnotes_8.3.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!-- See the [v.8.3.0 milestone](https://github.com/approvals/ApprovalTests.cpp/milestone/__MILESTONE_NUMBER__?closed=1) for the full list of changes. -->

* **Breaking changes**
* None
* **New features**
* `CustomReporter::create()` adds flexibility for adding custom merge tools: see [How To Use A Custom Reporter](/doc/how_tos/UseACustomReporter.md#top) (#43)
* Add support for Araxis Merge on Mac
* Added support for GitHub Actions CI system - see [Build Machines and Continuous Integration servers](/doc/BuildMachinesAndCI.md#top)
* **Bug fixes**
* Reporters now respect the arguments they are supplied with (#82)
* **Other changes**
* Document [How to Submit a New Reporter to ApprovalTests](/doc/how_tos/SubmitANewReporterToApprovalTests.md#top).
* Lots of refactoring around reporters
* Added
* `ApprovalTests::FileUtils::readFileThrowIfMissing()` and
* `ApprovalTests::FileUtils::readFileReturnEmptyIfMissing()`
12 changes: 3 additions & 9 deletions build/relnotes_x.y.z.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,8 @@
* **Breaking changes**
* None
* **New features**
* `CustomReporter::create()` adds flexibility for adding custom merge tools: see [How To Use A Custom Reporter](/doc/how_tos/UseACustomReporter.md#top) (#43)
* Add support for Araxis Merge on Mac
* Added support for GitHub Actions CI system - see [Build Machines and Continuous Integration servers](/doc/BuildMachinesAndCI.md#top)
* None
* **Bug fixes**
* Reporters now respect the arguments they are supplied with (#82)
* None
* **Other changes**
* Document [How to Submit a New Reporter to ApprovalTests](/doc/how_tos/SubmitANewReporterToApprovalTests.md#top).
* Lots of refactoring around reporters
* Added
* `ApprovalTests::FileUtils::readFileThrowIfMissing()` and
* `ApprovalTests::FileUtils::readFileReturnEmptyIfMissing()`
* None
2 changes: 1 addition & 1 deletion build/version.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[VERSION]
major = 8
minor = 2
minor = 3
patch = 0

3 changes: 3 additions & 0 deletions doc/Features.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ To change this file edit the source file and then execute ./run_markdown_templat
## Contents

* [v.x.y.z](#vxyz)
* [v.8.3.0](#v830)
* [Flexibility for adding custom merge tools](#flexibility-for-adding-custom-merge-tools)
* [Supporting new merge tools.](#supporting-new-merge-tools)
* [v.8.2.0](#v820)
Expand Down Expand Up @@ -47,6 +48,8 @@ To change this file edit the source file and then execute ./run_markdown_templat

## v.x.y.z

## v.8.3.0

### Flexibility for adding custom merge tools

`CustomReporter::create()` adds flexibility for adding custom merge tools: see [How To Use A Custom Reporter](/doc/how_tos/UseACustomReporter.md#top).
Expand Down
2 changes: 2 additions & 0 deletions doc/mdsource/Features.source.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ toc

## v.x.y.z

## v.8.3.0

### Flexibility for adding custom merge tools

`CustomReporter::create()` adds flexibility for adding custom merge tools: see [How To Use A Custom Reporter](/doc/how_tos/UseACustomReporter.md#top).
Expand Down
2 changes: 1 addition & 1 deletion mdsource/README.source.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

<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>
<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>

toc

Expand Down

0 comments on commit 05ca40d

Please sign in to comment.