Skip to content

Commit 32bb04a

Browse files
committed
v0.1.16 bump
1 parent 189d3ab commit 32bb04a

File tree

3 files changed

+15
-6
lines changed

3 files changed

+15
-6
lines changed

CHANGELOG.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,27 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
88
### Added
99

1010
### Changed
11-
- Finally put some factorization into the `arduino_ci_remote.rb` script: testing unit and testing compilation are now standalone functions
1211

1312
### Deprecated
1413

1514
### Removed
16-
- Unnecessary board changes during unit tests no longer happen
1715

1816
### Fixed
19-
- Proper casting for `pgm_read_byte`
2017

2118
### Security
2219

2320

21+
## [0.1.16] - 2019-01-06
22+
### Changed
23+
- Finally put some factorization into the `arduino_ci_remote.rb` script: testing unit and testing compilation are now standalone functions
24+
25+
### Removed
26+
- Unnecessary board changes during unit tests no longer happen
27+
28+
### Fixed
29+
- Proper casting for `pgm_read_byte`
30+
31+
2432
## [0.1.15] - 2019-01-04
2533
### Added
2634
- 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
@@ -266,7 +274,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
266274
- Skeleton for gem with working unit tests
267275

268276

269-
[Unreleased]: https://github.com/ianfixes/arduino_ci/compare/v0.1.15...HEAD
277+
[Unreleased]: https://github.com/ianfixes/arduino_ci/compare/v0.1.16...HEAD
278+
[0.1.16]: https://github.com/ianfixes/arduino_ci/compare/v0.1.15...v0.1.16
270279
[0.1.15]: https://github.com/ianfixes/arduino_ci/compare/v0.1.14...v0.1.15
271280
[0.1.14]: https://github.com/ianfixes/arduino_ci/compare/v0.1.13...v0.1.14
272281
[0.1.13]: https://github.com/ianfixes/arduino_ci/compare/v0.1.12...v0.1.13

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.15)
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.16)
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.15".freeze
2+
VERSION = "0.1.16".freeze
33
end

0 commit comments

Comments
 (0)