diff --git a/CHANGELOG.md b/CHANGELOG.md index c8b0d77..bbea552 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -53,3 +53,5 @@ * Provide preliminary Continuous Integration Testing support (ci) ## 3.0.2 * Data deduplication bug fix patch. +## 3.0.3 + * Support for Teensy (#87) diff --git a/README.md b/README.md index 5057602..394fb1a 100644 --- a/README.md +++ b/README.md @@ -466,6 +466,8 @@ Note that `Test::run()` only calls the active unresolved tests. * The `assertCurrentTestXXXX([,footnote [,retval])` macros do not compile on ESP8266 boards with no footnote. Use an empty footnote `assertCurrentTestXXXX("")`, or use `assertCurrentTestXXXX_0()` for no footnote. You do not have to specify a return value. +* The current release prints "skipped" for all tests, although assertions are correctly reported. (#86) + ## FAQ Q. The line number of the asserts do not match the source file. diff --git a/library.properties b/library.properties index 4251216..a1c554e 100644 --- a/library.properties +++ b/library.properties @@ -1,9 +1,9 @@ name=ArduinoUnit -version=3.0.2 -author=Matthew Murdoch -maintainer=Matthew Murdoch +version=3.0.3 +author=Warren MacEvoy +maintainer=Warren MacEvoy sentence=Flexible test framework for arduino projects. -paragraph=Flexible testing framework for arduino projects. Supports Arduino, ESP8266 and ESP32 as well as "en vitro" development system (vs embedded target) testing. +paragraph=Flexible testing framework for arduino projects. Supports Arduino, ESP8266 and ESP32 as well as "en vitro" development system (vs embedded target) testing. Based on Arduino Unit 1.0 by Matthew Murdoch. category=Other url=https://github.com/mmurdoch/arduinounit architectures=*