Skip to content

Commit c5f5732

Browse files
committed
v0.2.0 bump
1 parent 4d17586 commit c5f5732

File tree

3 files changed

+18
-9
lines changed

3 files changed

+18
-9
lines changed

Diff for: CHANGELOG.md

+16-7
Original file line numberDiff line numberDiff 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

Diff for: README.md

+1-1
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.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

44
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.
55

Diff for: lib/arduino_ci/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ArduinoCI
2-
VERSION = "0.1.21".freeze
2+
VERSION = "0.2.0".freeze
33
end

0 commit comments

Comments
 (0)