Skip to content

Commit

Permalink
v.6.0.0
Browse files Browse the repository at this point in the history
Co-Authored-By: Llewellyn Falco <[email protected]>
  • Loading branch information
claremacrae and isidore committed Oct 14, 2019
1 parent 738bb25 commit e318f7e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ To change this file edit the source file and then execute ./run_markdown_templat

[![Build Status](https://api.travis-ci.org/approvals/ApprovalTests.cpp.svg?branch=master)](https://travis-ci.org/approvals/ApprovalTests.cpp) [![Build status](https://ci.appveyor.com/api/projects/status/lf3i76ije89oihi5?svg=true)](https://ci.appveyor.com/project/isidore/approvaltests-cpp) [![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.5.1.0/ApprovalTests.v.5.1.0.hpp">Download the latest version (v.5.1.0) of the **single header file** here.</a>
<a href="https://github.com/approvals/ApprovalTests.cpp/releases/download/v.6.0.0/ApprovalTests.v.6.0.0.hpp">Download the latest version (v.6.0.0) of the **single header file** here.</a>

<!-- toc -->
## Contents
Expand Down
2 changes: 1 addition & 1 deletion build/build_hpp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set -o pipefail
UNSET_VERSION="v.X.X.X"

LAST_VERSION="v.5.1.0"
VERSION=$UNSET_VERSION
VERSION="v.6.0.0"

PUSH_TO_PRODUCTION="true"
# Note that we won't push if the version number is unset
Expand Down
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

* [vNext](#vnext)
* [v.6.0.0](#v600)
* [Existing Catch Project - with your main()](#existing-catch-project---with-your-main)
* [v.5.1.0](#v510)
* [Continuous Integration Builds](#continuous-integration-builds)
Expand All @@ -37,6 +38,8 @@ To change this file edit the source file and then execute ./run_markdown_templat

## vNext

## v.6.0.0

### Existing Catch Project - with your main()

See [Existing Project - with your main()](/doc/UsingCatch.md#existing-project---with-your-main).
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

## vNext

## v.6.0.0

### Existing Catch Project - with your main()

See [Existing Project - with your main()](/doc/UsingCatch.md#existing-project---with-your-main).
Expand Down
2 changes: 1 addition & 1 deletion mdsource/README.source.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[![Build Status](https://api.travis-ci.org/approvals/ApprovalTests.cpp.svg?branch=master)](https://travis-ci.org/approvals/ApprovalTests.cpp) [![Build status](https://ci.appveyor.com/api/projects/status/lf3i76ije89oihi5?svg=true)](https://ci.appveyor.com/project/isidore/approvaltests-cpp) [![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.5.1.0/ApprovalTests.v.5.1.0.hpp">Download the latest version (v.5.1.0) of the **single header file** here.</a>
<a href="https://github.com/approvals/ApprovalTests.cpp/releases/download/v.6.0.0/ApprovalTests.v.6.0.0.hpp">Download the latest version (v.6.0.0) of the **single header file** here.</a>

toc

Expand Down

0 comments on commit e318f7e

Please sign in to comment.