File tree Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -8,18 +8,25 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
8
8
### Added
9
9
10
10
### Changed
11
- - ` arduino_ci_remote.rb ` now iterates over example platforms before examples (saves time)
12
11
13
12
### Deprecated
14
13
15
14
### Removed
16
15
17
16
### Fixed
18
- - ` arduino_ci_remote.rb ` no longer crashes if ` test/ ` directory doesn't exist
19
17
20
18
### Security
21
19
22
20
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
+
23
30
## [ 0.1.12] - 2018-09-13
24
31
### Added
25
32
- Explicit ` libasan ` checking (reporting) in build script
@@ -232,7 +239,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
232
239
- Skeleton for gem with working unit tests
233
240
234
241
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
236
244
[ 0.1.12 ] : https://github.com/ianfixes/arduino_ci/compare/v0.1.11...v0.1.12
237
245
[ 0.1.11 ] : https://github.com/ianfixes/arduino_ci/compare/v0.1.10...v0.1.11
238
246
[ 0.1.10 ] : https://github.com/ianfixes/arduino_ci/compare/v0.1.9...v0.1.10
Original file line number Diff line number Diff line change 1
1
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 )
3
3
4
4
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.
5
5
Original file line number Diff line number Diff line change 1
1
module ArduinoCI
2
- VERSION = "0.1.12 " . freeze
2
+ VERSION = "0.1.13 " . freeze
3
3
end
You can’t perform that action at this time.
0 commit comments