File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
88## [ Unreleased]
99### Added
10- - Unit testing configuration now allows ` exclude_dirs ` to be set, which prevents stray source files from as part of unit testing allows
1110
1211### Changed
1312
@@ -20,6 +19,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2019### Security
2120
2221
22+ ## [ 0.3.0] - 2019-09-03
23+ ### Added
24+ - Unit testing configuration now allows ` exclude_dirs ` to be set, which prevents stray source files from as part of unit testing allows
25+
26+
2327## [ 0.2.1] - 2019-08-12
2428### Added
2529- Minimal Wire mocks. Will not provide support for unit testing I2C communication yet, but will allow compilation of libraries that use I2C.
@@ -382,7 +386,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
382386- Skeleton for gem with working unit tests
383387
384388
385- [ Unreleased ] : https://github.com/ianfixes/arduino_ci/compare/v0.2.1...HEAD
389+ [ Unreleased ] : https://github.com/ianfixes/arduino_ci/compare/v0.3.0...HEAD
390+ [ 0.3.0 ] : https://github.com/ianfixes/arduino_ci/compare/v0.2.1...v0.3.0
386391[ 0.2.1 ] : https://github.com/ianfixes/arduino_ci/compare/v0.2.0...v0.2.1
387392[ 0.2.0 ] : https://github.com/ianfixes/arduino_ci/compare/v0.1.21...v0.2.0
388393[ 0.1.21 ] : https://github.com/ianfixes/arduino_ci/compare/v0.1.20...v0.1.21
Original file line number Diff line number Diff line change 11
2- # ArduinoCI Ruby gem (` arduino_ci ` ) [ ![ Gem Version] ( https://badge.fury.io/rb/arduino_ci.svg )] ( https://rubygems.org/gems/arduino_ci ) [ ![ Documentation] ( http://img.shields.io/badge/docs-rdoc.info-blue.svg )] ( http://www.rubydoc.info/gems/arduino_ci/0.2.1 )
2+ # ArduinoCI Ruby gem (` arduino_ci ` ) [ ![ Gem Version] ( https://badge.fury.io/rb/arduino_ci.svg )] ( https://rubygems.org/gems/arduino_ci ) [ ![ Documentation] ( http://img.shields.io/badge/docs-rdoc.info-blue.svg )] ( http://www.rubydoc.info/gems/arduino_ci/0.3.0 )
33
44You want to run tests on your Arduino library (bonus: without hardware present), but the IDE doesn't support that. Arduino CI provides that ability.
55
Original file line number Diff line number Diff line change 11module ArduinoCI
2- VERSION = "0.2.1 " . freeze
2+ VERSION = "0.3.0 " . freeze
33end
You can’t perform that action at this time.
0 commit comments