File tree 3 files changed +18
-7
lines changed
3 files changed +18
-7
lines changed Original file line number Diff line number Diff line change @@ -7,22 +7,32 @@ 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.1.21] - 2019-02-07
23
+ ### Added
10
24
- Proper ` ostream operator << ` for ` nullptr `
11
25
- Proper comparison operations fro ` nullptr `
12
26
13
27
### Changed
14
28
- ` Compare.h ` heavily refactored to use a smallish macro
15
29
16
- ### Deprecated
17
-
18
30
### Removed
19
31
- Homegrown implementation of ` nullptr `
20
32
21
33
### Fixed
22
34
- ` nullptr ` support (again)
23
35
24
- ### Security
25
-
26
36
27
37
## [ 0.1.20] - 2019-01-31
28
38
### Fixed
@@ -338,7 +348,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
338
348
- Skeleton for gem with working unit tests
339
349
340
350
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
342
353
[ 0.1.20 ] : https://github.com/ianfixes/arduino_ci/compare/v0.1.19...v0.1.20
343
354
[ 0.1.19 ] : https://github.com/ianfixes/arduino_ci/compare/v0.1.18...v0.1.19
344
355
[ 0.1.18 ] : https://github.com/ianfixes/arduino_ci/compare/v0.1.17...v0.1.18
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.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 )
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.20 " . freeze
2
+ VERSION = "0.1.21 " . freeze
3
3
end
You can’t perform that action at this time.
0 commit comments