Skip to content

Commit e518010

Browse files
claremacraeisidore
andcommitted
v.3.5.0 release
Co-Authored-By: Llewellyn Falco <[email protected]>
1 parent faa9483 commit e518010

6 files changed

+15
-14
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ To change this file edit the source file and then run MarkdownSnippets.
1111

1212
[![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)
1313

14-
<a href="https://github.com/approvals/ApprovalTests.cpp/releases/download/v.3.4.1/ApprovalTests.v.3.4.1.hpp">Download the latest version (v.3.4.1) of the **single header file** here.</a>
14+
<a href="https://github.com/approvals/ApprovalTests.cpp/releases/download/v.3.5.0/ApprovalTests.v.3.5.0.hpp">Download the latest version (v.3.5.0) of the **single header file** here.</a>
1515

1616
<!-- toc -->
1717
## Contents

build/build_hpp.sh

+5-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
set -e
88
set -o pipefail
99

10-
LAST_VERSION="v.3.4.1"
10+
LAST_VERSION="v.3.5.0"
1111
VERSION="v.X.X.X"
1212

1313
PUSH_TO_PRODUCTION="true"
@@ -73,8 +73,10 @@ popd
7373
# ------------------------------------------------------------------------------------------------
7474

7575
# Update the top-level readme file and other documentation
76-
sed -i -e "s/$LAST_VERSION/$VERSION/" mdsource/README.source.md
77-
mdsnippets --exclude cmake-build --toc-level 5 --readonly true
76+
pushd ..
77+
sed -i -e "s/$LAST_VERSION/$VERSION/g" mdsource/README.source.md
78+
./cygwin_run.sh ./run_markdown_templates.sh
79+
popd
7880

7981
# Draft the upload to github
8082
cygstart "https://github.com/approvals/ApprovalTests.cpp/releases/new?tag=$VERSION&title=Single%20Hpp%20File"

build/relnotes_3.5.0.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
* **Breaking changes**
2+
* None
3+
* **New features**
4+
* [doctest](/doc/UsingDoctest.md#top) framework is now supporter - see #11
5+
* **Bug fixes**
6+
* Tortoise Image Diff no longer shows for text files
7+
* **Other changes**
8+
* Lots of improvements to the online documentation

build/relnotes_X.X.X.md

-8
This file was deleted.

mdsource/README.source.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[![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)
66

7-
<a href="https://github.com/approvals/ApprovalTests.cpp/releases/download/v.3.4.1/ApprovalTests.v.3.4.1.hpp">Download the latest version (v.3.4.1) of the **single header file** here.</a>
7+
<a href="https://github.com/approvals/ApprovalTests.cpp/releases/download/v.3.5.0/ApprovalTests.v.3.5.0.hpp">Download the latest version (v.3.5.0) of the **single header file** here.</a>
88

99
toc
1010

run_markdown_templates.sh

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
# dotnet tool update -g MarkdownSnippets.Tool
1616

1717
dotnet tool update -g MarkdownSnippets.Tool
18-
# TODO If you change these args, please change build/build_hpp.sh
1918
mdsnippets --exclude cmake-build --toc-level 5 --readonly true
2019

2120
# Custom Markdown linting

0 commit comments

Comments
 (0)