Skip to content

Commit b14b4e1

Browse files
committed
repair iss77 regression on ESP8266/ESP32
1 parent 8193eca commit b14b4e1

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,5 @@
4040
* Add better mock builds.
4141
* Use type widening to reduce specializations.
4242
* Depricate FakeStream for MockStream and MockPrint
43-
44-
45-
43+
* Resolve a<b equivalence regresion (issue 77)
44+
* Resolve builds for ESP8266/ESP32

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ ArduinoUnit
33

44
Unit test framework for arduino projects.
55

6-
## Current Version 2.3.5-alpha
7-
[Download ArduinoUnit 2.3.5-alpha](https://github.com/mmurdoch/arduinounit/releases/tag/v2.3.5-alpha).
6+
## Current Version 2.3.7-alpha
7+
[Download ArduinoUnit 2.3.7-alpha](https://github.com/mmurdoch/arduinounit/releases/tag/v2.3.7-alpha).
88

99
ArduinoUnit 2.0 is a complete rewrite of ArduinoUnit based on the experience
1010
of unit testing with the 1.x library over the last few years. It aims to be

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=ArduinoUnit
2-
version=2.3.5-alpha
2+
version=2.3.7-alpha
33
author=Matthew Murdoch
44
maintainer=Matthew Murdoch <matthew.murdoch.0@gmail.com>
55
sentence=Unit test framework for arduino projects.

0 commit comments

Comments
 (0)