Skip to content

Commit 997ae76

Browse files
committed
v0.1.21 bump
1 parent cdfa2fe commit 997ae76

File tree

3 files changed

+18
-7
lines changed

3 files changed

+18
-7
lines changed

CHANGELOG.md

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff 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

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

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.20".freeze
2+
VERSION = "0.1.21".freeze
33
end

0 commit comments

Comments
 (0)