Skip to content

Commit

Permalink
v.0.0.1 release
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 Nov 10, 2019
1 parent 4ee1a1e commit 3f0dd52
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ To change this file edit the source file and then execute ./run_markdown_templat

# ApprovalTests.cpp.Qt

<a href="https://github.com/approvals/ApprovalTests.cpp.Qt/releases/download/v.0.0.0/ApprovalTests.v.0.0.0.hpp">Download the latest version (v.0.0.0) of the **single header file** here.</a>

<!-- toc -->
## Contents

Expand Down
6 changes: 3 additions & 3 deletions build/build_hpp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 11 additions & 0 deletions build/relnotes_0.0.1.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 3f0dd52

Please sign in to comment.