File tree 3 files changed +14
-6
lines changed
3 files changed +14
-6
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6
6
7
7
## [ Unreleased]
8
8
### Added
9
- - Explicit tests of ` .arduino-ci.yml ` in ` TestSomething ` example
10
9
11
10
### Changed
12
11
@@ -15,12 +14,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
15
14
### Removed
16
15
17
16
### Fixed
18
- - Malformed YAML (duplicate unittests section) now has no duplicate section
19
- - arduino_ci_remote.rb script now has correct arguments in build_for_test_with_configuration
17
+ build_for_test_with_configuration
20
18
21
19
### Security
22
20
23
21
22
+ ## [ 0.1.9] - 2018-04-12
23
+ ### Added
24
+ - Explicit tests of ` .arduino-ci.yml ` in ` TestSomething ` example
25
+
26
+ ### Fixed
27
+ - Malformed YAML (duplicate unittests section) now has no duplicate section
28
+ - arduino_ci_remote.rb script now has correct arguments in build_for_test_with_configuration
29
+
30
+
24
31
## [ 0.1.8] - 2018-04-03
25
32
### Added
26
33
- Definition of ` LED_BUILTIN ` , first reported by ` dfrencham ` on GitHub
@@ -156,7 +163,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
156
163
- Skeleton for gem with working unit tests
157
164
158
165
159
- [ Unreleased ] : https://github.com/ifreecarve/arduino_ci/compare/v0.1.8...HEAD
166
+ [ Unreleased ] : https://github.com/ifreecarve/arduino_ci/compare/v0.1.9...HEAD
167
+ [ 0.1.9 ] : https://github.com/ifreecarve/arduino_ci/compare/v0.1.8...v0.1.9
160
168
[ 0.1.8 ] : https://github.com/ifreecarve/arduino_ci/compare/v0.1.7...v0.1.8
161
169
[ 0.1.7 ] : https://github.com/ifreecarve/arduino_ci/compare/v0.1.6...v0.1.7
162
170
[ 0.1.6 ] : https://github.com/ifreecarve/arduino_ci/compare/v0.1.5...v0.1.6
Original file line number Diff line number Diff line change 1
1
[ ![ Gem Version] ( https://badge.fury.io/rb/arduino_ci.svg )] ( https://rubygems.org/gems/arduino_ci )
2
2
[ ![ Build Status] ( https://travis-ci.org/ifreecarve/arduino_ci.svg )] ( https://travis-ci.org/ifreecarve/arduino_ci )
3
- [ ![ Documentation] ( http://img.shields.io/badge/docs-rdoc.info-blue.svg )] ( http://www.rubydoc.info/gems/arduino_ci/0.1.8 )
3
+ [ ![ Documentation] ( http://img.shields.io/badge/docs-rdoc.info-blue.svg )] ( http://www.rubydoc.info/gems/arduino_ci/0.1.9 )
4
4
5
5
# ArduinoCI Ruby gem (` arduino_ci ` )
6
6
Original file line number Diff line number Diff line change 1
1
module ArduinoCI
2
- VERSION = "0.1.8 " . freeze
2
+ VERSION = "0.1.9 " . freeze
3
3
end
You can’t perform that action at this time.
0 commit comments