Skip to content

Commit

Permalink
Bump version number to 0.1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
griwes committed Oct 2, 2014
1 parent 6c73791 commit ec9d9dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* 0.1.x alpha:
* 0.1.0 - initial release; console reporter, subprocess runner and basic checking macros done at least partially - *finished on 09.06.2014*
* 0.1.1 - nested suites; negative tests; TeamCity reporter; duration measurement for the tests - *finished on 06.09.2014*
* 0.1.2 - refactor subprocess runner to allow printing (almost?) arbitrary output from tests; print info from exceptions thrown in tests; print files and lines in assertions
* 0.1.2 - refactor subprocess runner to allow printing (almost?) arbitrary output from tests; print info from exceptions thrown in tests; print files and lines in assertions - *finished on 02.10.2014*
* 0.1.3 - add support for sanitizers: leak, address, memory, thread, ub
* 0.1.4 - print values of operands in `MAYFLY_CHECK` and `MAYFLY_REQUIRE`
* 0.1.5 - test annotations
Expand Down
2 changes: 1 addition & 1 deletion include/reaver/mayfly/runner.h
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ namespace reaver
return *default_runner;
}

constexpr static const char * version_string = "Reaver Project's Mayfly v0.1.1 alpha\nCopyright © 2014 Reaver Project Team\n";
constexpr static const char * version_string = "Reaver Project's Mayfly v0.1.2 alpha\nCopyright © 2014 Reaver Project Team\n";

class invalid_testcase_name_format : public exception
{
Expand Down

0 comments on commit ec9d9dc

Please sign in to comment.