Skip to content

Commit 718a17e

Browse files
committed
Bump version to 0.3.2
1 parent da596f6 commit 718a17e

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

CHANGELOG.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
11
# Changelog
22

3-
* v0.3.1 (2018-03-20)
3+
* 0.3.2 (2018-03-22)
4+
* Publish doxygen docs using GitHub Pages.
5+
* 0.3.1 (2018-03-20)
46
* Add support for Verbosity::kTestExpired.
57
* Clean up code in examples/ directory and add documentation in README.md.
6-
* v0.3.0 (2018-03-19)
8+
* 0.3.0 (2018-03-19)
79
* Implement all remaining macros from ArduinoUnit:
810
assertTestXxx(), checkTestXxx(), externTest(), externTesting().
9-
* v0.2.0 (2018-03-16)
11+
* 0.2.0 (2018-03-16)
1012
* TestRunner can time out long running tests. Default time out is 10
1113
seconds, but is configurable using TestRunner::setTimeout().
12-
* v0.1.1 (2018-03-15)
14+
* 0.1.1 (2018-03-15)
1315
* Fix small bug with Test::setPassOrFail() which caused assertXxx()
1416
macros which returned true to terminate the testing() test cases.
15-
* v0.1.0 (2018-03-15)
17+
* 0.1.0 (2018-03-15)
1618
* First merge into 'master' branch and tagged.
1719
* (2018-03-12)
1820
* Initial upload to GitHub.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# AUnit - Unit Testing Framework for Arduino Platforms
22

3-
Version: 0.3.1 (2018-03-20)
3+
Version: 0.3.2 (2018-03-22)
44

55
## Summary
66

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.3.1
2+
version=0.3.2
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
@@ -41,6 +41,6 @@ SOFTWARE.
4141
#include "aunit/MetaAssertion.h"
4242

4343
// Version format: 010203 == "1.2.3"
44-
#define AUNIT_VERSION 000301
44+
#define AUNIT_VERSION 000302
4545

4646
#endif

0 commit comments

Comments
 (0)