Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
wmacevoy committed Apr 3, 2018
1 parent 462903c commit 32eeb4d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
* Add an optional lazy message last argument to every assert.
* Add building outside of arduino environment
* Significant reduction of code implementation and compiled size (Compare.h is now small)
* Add minimal mock.
* Add minimal mock builds on dev (in vitro) platform



4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ ArduinoUnit

Unit test framework for arduino projects.

## Current Version 2.3.3-alpha
[Download ArduinoUnit 2.3.3-alpha](https://github.com/mmurdoch/arduinounit/releases/tag/v2.3.3-alpha).
## Current Version 2.3.4-alpha
[Download ArduinoUnit 2.3.4-alpha](https://github.com/mmurdoch/arduinounit/releases/tag/v2.3.4-alpha).

ArduinoUnit 2.0 is a complete rewrite of ArduinoUnit based on the experience
of unit testing with the 1.x library over the last few years. It aims to be
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=ArduinoUnit
version=2.3.3-alpha
version=2.3.4-alpha
author=Matthew Murdoch
maintainer=Matthew Murdoch <matthew.murdoch.0@gmail.com>
sentence=Unit test framework for arduino projects.
Expand Down

0 comments on commit 32eeb4d

Please sign in to comment.