Skip to content

Commit

Permalink
v1.19.0 Update Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
martinmoene committed Oct 24, 2014
1 parent 56c30c3 commit 6c9df8f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changes for lest � lest errors escape testing


version 1.19.1 2014-10-24

- Add function-level fixtures.
- Add options --repeat and --version.
- Add sections to Readme, mention several other test frameworks.
- Report unrecognised types with their type name instead of {?}.
- Rename examples.


version 1.18.0 2014-10-19

- Add options --list-tags and --list-tests, remove --list.
Expand Down
2 changes: 1 addition & 1 deletion lest.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
# pragma GCC diagnostic ignored "-Wunused-value"
#endif

#define lest_VERSION "1.x.0"
#define lest_VERSION "1.19.0"

#ifndef lest_FEATURE_COLOURISE
# define lest_FEATURE_COLOURISE 0
Expand Down
2 changes: 1 addition & 1 deletion lest_cpp03.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
# pragma GCC diagnostic ignored "-Wunused-value"
#endif

#define lest_VERSION "1.x.0"
#define lest_VERSION "1.19.0"

#ifndef lest_FEATURE_COLOURISE
# define lest_FEATURE_COLOURISE 0
Expand Down

0 comments on commit 6c9df8f

Please sign in to comment.