Skip to content

Commit 207d9e3

Browse files
committed
Increment to v0.1.1
1 parent c252b87 commit 207d9e3

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# Changelog
22

3-
* 0.1.0 (2018-03-12)
3+
* v0.1.1 (2018-03-15)
4+
* Fix small bug with Test::setPassOrFail() which caused assertXxx()
5+
macros which returned true to terminate the testing() test cases.
6+
* v0.1.0 (2018-03-15)
7+
* First merge into 'master' branch and tagged.
8+
* (2018-03-12)
49
* Initial upload to GitHub.

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=AUnit
2-
version=0.1.0
2+
version=0.1.1
33
author=Brian T. Park
44
maintainer=Brian T. Park <[email protected]>
55
sentence=A unit testing framework for Arduino platforms inspired by ArduinoUnit.

src/AUnit.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ SOFTWARE.
3333
#include "aunit/Assertion.h"
3434

3535
// Version format: 010203 == "1.2.3"
36-
#define AUNIT_VERSION 000100
36+
#define AUNIT_VERSION 000101
3737

3838
#endif

0 commit comments

Comments
 (0)