Skip to content

Commit

Permalink
Increment to v0.2.0 since TestRunner::setTimeout() is an API addition
Browse files Browse the repository at this point in the history
  • Loading branch information
bxparks committed Mar 16, 2018
1 parent 9568d42 commit f0de6fe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

* v0.2.0 (2018-03-16)
* TestRunner can time out long running tests. Default time out is 10
seconds, but is configurable using TestRunner::setTimeout().
* v0.1.1 (2018-03-15)
* Fix small bug with Test::setPassOrFail() which caused assertXxx()
macros which returned true to terminate the testing() test cases.
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=AUnit
version=0.1.1
version=0.2.0
author=Brian T. Park
maintainer=Brian T. Park <[email protected]>
sentence=A unit testing framework for Arduino platforms inspired by ArduinoUnit.
Expand Down
2 changes: 1 addition & 1 deletion src/AUnit.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ SOFTWARE.
#include "aunit/Assertion.h"

// Version format: 010203 == "1.2.3"
#define AUNIT_VERSION 000101
#define AUNIT_VERSION 000200

#endif

0 comments on commit f0de6fe

Please sign in to comment.