File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 11name =AUnit
2- version =0.1.0
2+ version =0.1.1
33author =Brian T. Park
44maintainer =Brian T. Park <
[email protected] >
55sentence =A unit testing framework for Arduino platforms inspired by ArduinoUnit.
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments