File tree Expand file tree Collapse file tree 3 files changed +18
-9
lines changed Expand file tree Collapse file tree 3 files changed +18
-9
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,20 @@ 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.2.0] - 2019-02-20
23+ ### Added
1024* ` release-new-version.sh ` script
1125* outputs for ` PinHistory ` can now report timestamps
1226* Fibonacci Clock for clock testing purposes (internal to this library)
@@ -21,15 +35,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2135* ` GodmodeState ` is now a singleton pattern, which is necessary to support the globality of Arduino functions
2236* ` GodmodeState ` now uses timestamped PinHistory for Analog and Digital
2337
24- ### Deprecated
25-
26- ### Removed
27-
2838### Fixed
2939* ` ArduinoQueue ` no longer leaks memory
3040
31- ### Security
32-
3341
3442## [ 0.1.21] - 2019-02-07
3543### Added
@@ -360,7 +368,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
360368- Skeleton for gem with working unit tests
361369
362370
363- [ Unreleased ] : https://github.com/ianfixes/arduino_ci/compare/v0.1.21...HEAD
371+ [ Unreleased ] : https://github.com/ianfixes/arduino_ci/compare/v0.2.0...HEAD
372+ [ 0.2.0 ] : https://github.com/ianfixes/arduino_ci/compare/v0.1.21...v0.2.0
364373[ 0.1.21 ] : https://github.com/ianfixes/arduino_ci/compare/v0.1.20...v0.1.21
365374[ 0.1.20 ] : https://github.com/ianfixes/arduino_ci/compare/v0.1.19...v0.1.20
366375[ 0.1.19 ] : https://github.com/ianfixes/arduino_ci/compare/v0.1.18...v0.1.19
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.21 )
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.2.0 )
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.21 " . freeze
2+ VERSION = "0.2.0 " . freeze
33end
You can’t perform that action at this time.
0 commit comments