Skip to content

Commit 1e3f6c4

Browse files
committed
v0.1.20 bump
1 parent d96da53 commit 1e3f6c4

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1515
### Removed
1616

1717
### Fixed
18-
- `unittest_setup()` and `unittest_teardown()` were not being executed for each unit test, only for the set of all tests. My bad.
1918

2019
### Security
2120

2221

22+
## [0.1.20] - 2019-01-31
23+
### Fixed
24+
- `unittest_setup()` and `unittest_teardown()` were not being executed for each unit test, only for the set of all tests. My bad.
25+
26+
2327
## [0.1.19] - 2019-01-30
2428
### Added
2529
- Added rspec sensitivity to the environment variable `$ARDUINO_CI_SELECT_CPP_TESTS=<glob>` (for `arduino_ci` gem hackers)
@@ -329,7 +333,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
329333
- Skeleton for gem with working unit tests
330334

331335

332-
[Unreleased]: https://github.com/ianfixes/arduino_ci/compare/v0.1.19...HEAD
336+
[Unreleased]: https://github.com/ianfixes/arduino_ci/compare/v0.1.20...HEAD
337+
[0.1.20]: https://github.com/ianfixes/arduino_ci/compare/v0.1.19...v0.1.20
333338
[0.1.19]: https://github.com/ianfixes/arduino_ci/compare/v0.1.18...v0.1.19
334339
[0.1.18]: https://github.com/ianfixes/arduino_ci/compare/v0.1.17...v0.1.18
335340
[0.1.17]: https://github.com/ianfixes/arduino_ci/compare/v0.1.16...v0.1.17

README.md

Lines changed: 1 addition & 1 deletion
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.19)
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)
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

lib/arduino_ci/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ArduinoCI
2-
VERSION = "0.1.19".freeze
2+
VERSION = "0.1.20".freeze
33
end

0 commit comments

Comments
 (0)