Skip to content

Commit 94e1248

Browse files
author
Ian Katz
committed
v0.1.9 bump
1 parent c6a3a87 commit 94e1248

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

CHANGELOG.md

+12-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
88
### Added
9-
- Explicit tests of `.arduino-ci.yml` in `TestSomething` example
109

1110
### Changed
1211

@@ -15,12 +14,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1514
### Removed
1615

1716
### 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
2018

2119
### Security
2220

2321

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+
2431
## [0.1.8] - 2018-04-03
2532
### Added
2633
- Definition of `LED_BUILTIN`, first reported by `dfrencham` on GitHub
@@ -156,7 +163,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
156163
- Skeleton for gem with working unit tests
157164

158165

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
160168
[0.1.8]: https://github.com/ifreecarve/arduino_ci/compare/v0.1.7...v0.1.8
161169
[0.1.7]: https://github.com/ifreecarve/arduino_ci/compare/v0.1.6...v0.1.7
162170
[0.1.6]: https://github.com/ifreecarve/arduino_ci/compare/v0.1.5...v0.1.6

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![Gem Version](https://badge.fury.io/rb/arduino_ci.svg)](https://rubygems.org/gems/arduino_ci)
22
[![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)
44

55
# ArduinoCI Ruby gem (`arduino_ci`)
66

lib/arduino_ci/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ArduinoCI
2-
VERSION = "0.1.8".freeze
2+
VERSION = "0.1.9".freeze
33
end

0 commit comments

Comments
 (0)