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 @@ -15,11 +15,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
15
15
### Removed
16
16
17
17
### Fixed
18
- - ` unittest_setup() ` and ` unittest_teardown() ` were not being executed for each unit test, only for the set of all tests. My bad.
19
18
20
19
### Security
21
20
22
21
22
+ ## [ 0.1.20] - 2019-01-31
23
+ ### Fixed
24
+ - ` unittest_setup() ` and ` unittest_teardown() ` were not being executed for each unit test, only for the set of all tests. My bad.
25
+
26
+
23
27
## [ 0.1.19] - 2019-01-30
24
28
### Added
25
29
- Added rspec sensitivity to the environment variable ` $ARDUINO_CI_SELECT_CPP_TESTS=<glob> ` (for ` arduino_ci ` gem hackers)
@@ -329,7 +333,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
329
333
- Skeleton for gem with working unit tests
330
334
331
335
332
- [ Unreleased ] : https://github.com/ianfixes/arduino_ci/compare/v0.1.19...HEAD
336
+ [ Unreleased ] : https://github.com/ianfixes/arduino_ci/compare/v0.1.20...HEAD
337
+ [ 0.1.20 ] : https://github.com/ianfixes/arduino_ci/compare/v0.1.19...v0.1.20
333
338
[ 0.1.19 ] : https://github.com/ianfixes/arduino_ci/compare/v0.1.18...v0.1.19
334
339
[ 0.1.18 ] : https://github.com/ianfixes/arduino_ci/compare/v0.1.17...v0.1.18
335
340
[ 0.1.17 ] : https://github.com/ianfixes/arduino_ci/compare/v0.1.16...v0.1.17
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.1.19 )
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.1.20 )
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.1.19 " . freeze
2
+ VERSION = "0.1.20 " . freeze
3
3
end
You can’t perform that action at this time.
0 commit comments