@@ -7,24 +7,32 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
### Added
10
- - Added rspec sensitivity to the environment variable ` $ARDUINO_CI_SELECT_CPP_TESTS=<glob> ` (for ` arduino_ci ` gem hackers)
11
- - ` assertNotNull() ` and ` assureNotNull() ` C++ comparisons
12
10
13
11
### Changed
14
- - ` CiConfig::allowable_unittest_files ` now uses ` Pathname ` to full effect
15
- - ` nullptr ` now defined in its own class
16
12
17
13
### Deprecated
18
14
19
15
### Removed
20
16
21
17
### Fixed
22
- - Assertions on ` nullptr `
23
- - The defintion of ` nullptr `
24
18
25
19
### Security
26
20
27
21
22
+ ## [ 0.1.19] - 2019-01-30
23
+ ### Added
24
+ - Added rspec sensitivity to the environment variable ` $ARDUINO_CI_SELECT_CPP_TESTS=<glob> ` (for ` arduino_ci ` gem hackers)
25
+ - ` assertNotNull() ` and ` assureNotNull() ` C++ comparisons
26
+
27
+ ### Changed
28
+ - ` CiConfig::allowable_unittest_files ` now uses ` Pathname ` to full effect
29
+ - ` nullptr ` now defined in its own class
30
+
31
+ ### Fixed
32
+ - Assertions on ` nullptr `
33
+ - The defintion of ` nullptr `
34
+
35
+
28
36
## [ 0.1.18] - 2019-01-29
29
37
### Added
30
38
- ` ArduinoInstallation ` and ` ArduinoDownloader ` now allow console output to optionally be set to an ` IO ` object of choice during ` force_install `
@@ -320,7 +328,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
320
328
- Skeleton for gem with working unit tests
321
329
322
330
323
- [ Unreleased ] : https://github.com/ianfixes/arduino_ci/compare/v0.1.18...HEAD
331
+ [ Unreleased ] : https://github.com/ianfixes/arduino_ci/compare/v0.1.19...HEAD
332
+ [ 0.1.19 ] : https://github.com/ianfixes/arduino_ci/compare/v0.1.18...v0.1.19
324
333
[ 0.1.18 ] : https://github.com/ianfixes/arduino_ci/compare/v0.1.17...v0.1.18
325
334
[ 0.1.17 ] : https://github.com/ianfixes/arduino_ci/compare/v0.1.16...v0.1.17
326
335
[ 0.1.16 ] : https://github.com/ianfixes/arduino_ci/compare/v0.1.15...v0.1.16
0 commit comments