From 3f0dd523e42736e1f154c42012f3f3683449b069 Mon Sep 17 00:00:00 2001 From: Clare Macrae Date: Sun, 10 Nov 2019 22:31:00 +0000 Subject: [PATCH] v.0.0.1 release Co-Authored-By: Llewellyn Falco --- README.md | 2 ++ build/build_hpp.sh | 6 +++--- build/relnotes_0.0.1.md | 11 +++++++++++ 3 files changed, 16 insertions(+), 3 deletions(-) create mode 100644 build/relnotes_0.0.1.md diff --git a/README.md b/README.md index 903903b..d37be6d 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ To change this file edit the source file and then execute ./run_markdown_templat # ApprovalTests.cpp.Qt +Download the latest version (v.0.0.0) of the **single header file** here. + ## Contents diff --git a/build/build_hpp.sh b/build/build_hpp.sh index 233425b..4536363 100755 --- a/build/build_hpp.sh +++ b/build/build_hpp.sh @@ -7,10 +7,10 @@ set -o pipefail # Constants UNSET_VERSION="v.X.X.X" -LAST_VERSION="v.0.0.1" -VERSION="v.0.0.2" +LAST_VERSION="v.0.0.2" +VERSION="v.0.0.1" -PUSH_TO_PRODUCTION="false" +PUSH_TO_PRODUCTION="true" # Note that we won't push if the version number is unset OLD_SINGLE_HEADER=ApprovalTestsQt.$LAST_VERSION.hpp diff --git a/build/relnotes_0.0.1.md b/build/relnotes_0.0.1.md new file mode 100644 index 0000000..0e1d740 --- /dev/null +++ b/build/relnotes_0.0.1.md @@ -0,0 +1,11 @@ +* **Breaking changes** + * None +* **New features** + * Provides nicely-readable string representations of [a growing range of Qt classes](https://github.com/approvals/ApprovalTests.cpp.Qt/blob/master/ApprovalTestsQt/integrations/catch/Catch2QtStringMaker.h). + * Verify `QImage`. You give it a QImage, it saves this as a .png, and then verifies it by reading it back in + * Verify `QTableView`. You give it a QTableView, and it saves its text contents in a tab-separated .tsv file, + * Works with Catch2 +* **Bug fixes** + * None +* **Other changes** + * None