File tree Expand file tree Collapse file tree 3 files changed +18
-7
lines changed Expand file tree Collapse file tree 3 files changed +18
-7
lines changed Original file line number Diff line number Diff line change @@ -7,22 +7,32 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
88## [ Unreleased]
99### Added
10+
11+ ### Changed
12+
13+ ### Deprecated
14+
15+ ### Removed
16+
17+ ### Fixed
18+
19+ ### Security
20+
21+
22+ ## [ 0.1.21] - 2019-02-07
23+ ### Added
1024- Proper ` ostream operator << ` for ` nullptr `
1125- Proper comparison operations fro ` nullptr `
1226
1327### Changed
1428- ` Compare.h ` heavily refactored to use a smallish macro
1529
16- ### Deprecated
17-
1830### Removed
1931- Homegrown implementation of ` nullptr `
2032
2133### Fixed
2234- ` nullptr ` support (again)
2335
24- ### Security
25-
2636
2737## [ 0.1.20] - 2019-01-31
2838### Fixed
@@ -338,7 +348,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
338348- Skeleton for gem with working unit tests
339349
340350
341- [ Unreleased ] : https://github.com/ianfixes/arduino_ci/compare/v0.1.20...HEAD
351+ [ Unreleased ] : https://github.com/ianfixes/arduino_ci/compare/v0.1.21...HEAD
352+ [ 0.1.21 ] : https://github.com/ianfixes/arduino_ci/compare/v0.1.20...v0.1.21
342353[ 0.1.20 ] : https://github.com/ianfixes/arduino_ci/compare/v0.1.19...v0.1.20
343354[ 0.1.19 ] : https://github.com/ianfixes/arduino_ci/compare/v0.1.18...v0.1.19
344355[ 0.1.18 ] : https://github.com/ianfixes/arduino_ci/compare/v0.1.17...v0.1.18
Original file line number Diff line number Diff line change 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.20 )
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.21 )
33
44You want to run tests on your Arduino library (bonus: without hardware present), but the IDE doesn't support that. Arduino CI provides that ability.
55
Original file line number Diff line number Diff line change 11module ArduinoCI
2- VERSION = "0.1.20 " . freeze
2+ VERSION = "0.1.21 " . freeze
33end
You can’t perform that action at this time.
0 commit comments