File tree 3 files changed +9
-4
lines changed
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/).
7
7
8
8
## [ Unreleased]
9
9
### Added
10
- - Unit testing configuration now allows ` exclude_dirs ` to be set, which prevents stray source files from as part of unit testing allows
11
10
12
11
### Changed
13
12
@@ -20,6 +19,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
20
19
### Security
21
20
22
21
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
+
23
27
## [ 0.2.1] - 2019-08-12
24
28
### Added
25
29
- 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/).
382
386
- Skeleton for gem with working unit tests
383
387
384
388
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
386
391
[ 0.2.1 ] : https://github.com/ianfixes/arduino_ci/compare/v0.2.0...v0.2.1
387
392
[ 0.2.0 ] : https://github.com/ianfixes/arduino_ci/compare/v0.1.21...v0.2.0
388
393
[ 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 1
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.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 )
3
3
4
4
You want to run tests on your Arduino library (bonus: without hardware present), but the IDE doesn't support that. Arduino CI provides that ability.
5
5
Original file line number Diff line number Diff line change 1
1
module ArduinoCI
2
- VERSION = "0.2.1 " . freeze
2
+ VERSION = "0.3.0 " . freeze
3
3
end
You can’t perform that action at this time.
0 commit comments