Skip to content

Commit 3e5635e

Browse files
committed
v.10.8.0 release
1 parent 5cbdf1b commit 3e5635e

6 files changed

Lines changed: 22 additions & 9 deletions

File tree

ApprovalTests/ApprovalTestsVersion.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#pragma once
22

33
#define APPROVAL_TESTS_VERSION_MAJOR 10
4-
#define APPROVAL_TESTS_VERSION_MINOR 7
5-
#define APPROVAL_TESTS_VERSION_PATCH 1
6-
#define APPROVAL_TESTS_VERSION_STR "10.7.1"
4+
#define APPROVAL_TESTS_VERSION_MINOR 8
5+
#define APPROVAL_TESTS_VERSION_PATCH 0
6+
#define APPROVAL_TESTS_VERSION_STR "10.8.0"
77

88
#define APPROVAL_TESTS_VERSION \
99
(APPROVAL_TESTS_VERSION_MAJOR * 10000 + APPROVAL_TESTS_VERSION_MINOR * 100 + \

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v1.4%20adopted-ff69b4.svg)](/CODE_OF_CONDUCT.md#top)
1111
[![ConanCenter package](https://repology.org/badge/version-for-repo/conancenter/approvaltests.cpp.svg)](https://conan.io/center/approvaltests.cpp)
1212

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

1616
:book: [**Read the Docs**](https://approvaltestscpp.readthedocs.io/en/latest/)
1717

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!-- See the [v.10.8.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+
* None
7+
* **Bug fixes**
8+
* Ninja builds now work when inside source tree. (#171)
9+
* The entire [Misconfigured Builds](/doc/TroubleshootingMisconfiguredBuild.md#top) page of workarounds is no needed, but is retained for those using older releases.
10+
* **Other changes**
11+
* None

build/relnotes_x.y.z.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
* **New features**
66
* None
77
* **Bug fixes**
8-
* Ninja builds now work when inside source tree. (#171)
9-
* The entire [Misconfigured Builds](/doc/TroubleshootingMisconfiguredBuild.md#top) page of workarounds is no needed, but is retained for those using older releases.
8+
* None
109
* **Other changes**
1110
* None

build/version.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[VERSION]
22
major = 10
3-
minor = 7
4-
patch = 1
3+
minor = 8
4+
patch = 0
55

doc/Features.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
## Contents
99

1010
* [v.x.y.z](#vxyz)
11+
* [v.10.8.0](#v1080)
1112
* [Ninja builds work when inside source tree](#ninja-builds-work-when-inside-source-tree)
1213
* [v.10.7.0](#v1070)
1314
* [CombinationApprovals header](#combinationapprovals-header)
@@ -73,6 +74,8 @@
7374

7475
## v.x.y.z
7576

77+
## v.10.8.0
78+
7679
### Ninja builds work when inside source tree
7780

7881
The entire [Misconfigured Builds](/doc/TroubleshootingMisconfiguredBuild.md#top) page of workarounds is no needed, but is retained for those using older releases.

0 commit comments

Comments
 (0)