Skip to content

Commit a8a054b

Browse files
committed
v0.1.13 bump
1 parent 5325ad8 commit a8a054b

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

CHANGELOG.md

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

1010
### Changed
11-
- `arduino_ci_remote.rb` now iterates over example platforms before examples (saves time)
1211

1312
### Deprecated
1413

1514
### Removed
1615

1716
### Fixed
18-
- `arduino_ci_remote.rb` no longer crashes if `test/` directory doesn't exist
1917

2018
### Security
2119

2220

21+
## [0.1.13] - 2018-09-19
22+
23+
### Changed
24+
- `arduino_ci_remote.rb` now iterates over example platforms before examples (saves time)
25+
26+
### Fixed
27+
- `arduino_ci_remote.rb` no longer crashes if `test/` directory doesn't exist
28+
29+
2330
## [0.1.12] - 2018-09-13
2431
### Added
2532
- Explicit `libasan` checking (reporting) in build script
@@ -232,7 +239,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
232239
- Skeleton for gem with working unit tests
233240

234241

235-
[Unreleased]: https://github.com/ianfixes/arduino_ci/compare/v0.1.12...HEAD
242+
[Unreleased]: https://github.com/ianfixes/arduino_ci/compare/v0.1.13...HEAD
243+
[0.1.13]: https://github.com/ianfixes/arduino_ci/compare/v0.1.12...v0.1.13
236244
[0.1.12]: https://github.com/ianfixes/arduino_ci/compare/v0.1.11...v0.1.12
237245
[0.1.11]: https://github.com/ianfixes/arduino_ci/compare/v0.1.10...v0.1.11
238246
[0.1.10]: https://github.com/ianfixes/arduino_ci/compare/v0.1.9...v0.1.10

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.12)
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.13)
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.12".freeze
2+
VERSION = "0.1.13".freeze
33
end

0 commit comments

Comments
 (0)