File tree 3 files changed +18
-9
lines changed
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/).
7
7
8
8
## [ Unreleased]
9
9
### 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
10
24
* ` release-new-version.sh ` script
11
25
* outputs for ` PinHistory ` can now report timestamps
12
26
* Fibonacci Clock for clock testing purposes (internal to this library)
@@ -21,15 +35,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
21
35
* ` GodmodeState ` is now a singleton pattern, which is necessary to support the globality of Arduino functions
22
36
* ` GodmodeState ` now uses timestamped PinHistory for Analog and Digital
23
37
24
- ### Deprecated
25
-
26
- ### Removed
27
-
28
38
### Fixed
29
39
* ` ArduinoQueue ` no longer leaks memory
30
40
31
- ### Security
32
-
33
41
34
42
## [ 0.1.21] - 2019-02-07
35
43
### Added
@@ -360,7 +368,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
360
368
- Skeleton for gem with working unit tests
361
369
362
370
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
364
373
[ 0.1.21 ] : https://github.com/ianfixes/arduino_ci/compare/v0.1.20...v0.1.21
365
374
[ 0.1.20 ] : https://github.com/ianfixes/arduino_ci/compare/v0.1.19...v0.1.20
366
375
[ 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 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.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 )
3
3
4
4
You want to run tests on your Arduino library (bonus: without hardware present), but the IDE doesn't support that. 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.21 " . freeze
2
+ VERSION = "0.2.0 " . freeze
3
3
end
You can’t perform that action at this time.
0 commit comments