Skip to content

Commit 80cbfa8

Browse files
committed
v0.1.15 bump
1 parent 3d989f4 commit 80cbfa8

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 11 additions & 4 deletions
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-
- Checking for (empty) set of platforms to build now precedes the check for examples to build; this avoids assuming that all libraries will have an example and dumping the file set when none are found
109

1110
### Changed
1211

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

1716
### Fixed
18-
- Spaces in the names of project directores no longer cause unit test binaries to fail execution
19-
- Configuration file overrides with `nil`s (or empty arrays) now properly override their base configuration
2017

2118
### Security
2219

2320

21+
## [0.1.15] - 2019-01-04
22+
### Added
23+
- Checking for (empty) set of platforms to build now precedes the check for examples to build; this avoids assuming that all libraries will have an example and dumping the file set when none are found
24+
25+
### Fixed
26+
- Spaces in the names of project directores no longer cause unit test binaries to fail execution
27+
- Configuration file overrides with `nil`s (or empty arrays) now properly override their base configuration
28+
29+
2430
## [0.1.14] - 2018-09-21
2531
### Added
2632
- Arduino command wrapper now natively supports board manager URLs
@@ -257,7 +263,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
257263
- Skeleton for gem with working unit tests
258264

259265

260-
[Unreleased]: https://github.com/ianfixes/arduino_ci/compare/v0.1.14...HEAD
266+
[Unreleased]: https://github.com/ianfixes/arduino_ci/compare/v0.1.15...HEAD
267+
[0.1.15]: https://github.com/ianfixes/arduino_ci/compare/v0.1.14...v0.1.15
261268
[0.1.14]: https://github.com/ianfixes/arduino_ci/compare/v0.1.13...v0.1.14
262269
[0.1.13]: https://github.com/ianfixes/arduino_ci/compare/v0.1.12...v0.1.13
263270
[0.1.12]: https://github.com/ianfixes/arduino_ci/compare/v0.1.11...v0.1.12

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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.1.14)
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.15)
33

44
You want your Arduino library to be automatically built and tested every time someone contributes code to your project on GitHub, but the Arduino IDE lacks the ability to run unit tests. [Arduino CI](https://github.com/ianfixes/arduino_ci) provides that ability.
55

lib/arduino_ci/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ArduinoCI
2-
VERSION = "0.1.14".freeze
2+
VERSION = "0.1.15".freeze
33
end

0 commit comments

Comments
 (0)