-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9ed4b46
commit c7641d1
Showing
7 changed files
with
24 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<!-- See the [v.10.13.0 milestone](https://github.com/approvals/ApprovalTests.cpp/milestone/__MILESTONE_NUMBER__?closed=1) for the full list of changes. --> | ||
|
||
* **Breaking changes** | ||
* If you are building against the Catch2v2 in the ApprovalTests repository: The CMake library target name changed from `Catch2::Catch2` to `Catch2v2::Catch2v2` | ||
* **New features** | ||
* Add support for [Catch2 v3](/doc/UsingCatch.md) | ||
* Added CrossPlatformReporters::VSCode - Launches via the [VSCode command line interface](https://code.visualstudio.com/docs/setup/mac). Requires `code` to be in your PATH. | ||
* **Bug fixes** | ||
* None | ||
* **Other changes** | ||
* Remove mingw `getenv_s()` declaration workaround |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
<!-- See the [v.x.y.z milestone](https://github.com/approvals/ApprovalTests.cpp/milestone/__MILESTONE_NUMBER__?closed=1) for the full list of changes. --> | ||
|
||
* **Breaking changes** | ||
* If you are building against the Catch2v2 in the ApprovalTests repository: The CMake library target name changed from `Catch2::Catch2` to `Catch2v2::Catch2v2` | ||
* None | ||
* **New features** | ||
* Add support for [Catch2 v3](/doc/UsingCatch.md) | ||
* Added CrossPlatformReporters::VSCode - Launches via the [VSCode command line interface](https://code.visualstudio.com/docs/setup/mac). Requires `code` to be in your PATH. | ||
* None | ||
* **Bug fixes** | ||
* None | ||
* **Other changes** | ||
* Remove mingw `getenv_s()` declaration workaround | ||
* None |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[VERSION] | ||
major = 10 | ||
minor = 12 | ||
patch = 2 | ||
minor = 13 | ||
patch = 0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters