Skip to content

Commit 32e8082

Browse files
committed
Release v0.1.3.
1 parent 1192d9e commit 32e8082

3 files changed

Lines changed: 8 additions & 6 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ mayfly-test
44
*.kate-swp
55
*.d
66
*.so
7+
tags
8+
tests/test

VERSIONS.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
## Release #1
44

55
* 0.0.x dev - early development; not versioned
6-
* 0.1.x alpha:
6+
* 0.1.x:
77
* 0.1.0 - initial release; console reporter, subprocess runner and basic checking macros done at least partially - *finished on 09.06.2014*
88
* 0.1.1 - nested suites; negative tests; TeamCity reporter; duration measurement for the tests - *finished on 06.09.2014*
99
* 0.1.2 - refactor subprocess runner to allow printing (almost?) arbitrary output from tests; print files and lines in assertions - *finished on 02.10.2014*
10-
* 0.1.3 - add support for sanitizers: leak, address, memory, thread, ub; augment reporters with a function to log standard output from tests in a custom way
10+
* 0.1.3 - align to an officially released Boost.Process - *finished on 27.08.2017*
1111
* 0.1.4 - print values of operands in `MAYFLY_CHECK` and `MAYFLY_REQUIRE`; print info from exceptions thrown in tests
12-
* 0.1.5 - test annotations
13-
* 0.2.x beta:
12+
* 0.1.5 - test tags
13+
* 0.1.6 - add support for sanitizers: leak, address, memory, thread, ub; augment reporters with a function to log standard output from tests in a custom way
14+
* 0.2.x:
1415
* 0.2.0 - support for fixtures
15-
* 0.3.x stable

include/reaver/mayfly/runner.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ namespace reaver
401401
return *default_runner;
402402
}
403403

404-
constexpr static const char * version_string = "Reaver Project's Mayfly v0.1.2 alpha\nCopyright © 2014, 2017 Reaver Project Team\n";
404+
constexpr static const char * version_string = "Reaver Project's Mayfly v0.1.3\nCopyright © 2014, 2017 Reaver Project Team\n";
405405

406406
class invalid_testcase_name_format : public exception
407407
{

0 commit comments

Comments
 (0)