@@ -6,16 +6,26 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6
6
7
7
## [ Unreleased]
8
8
### Added
9
- - ` CppLibrary ` can now report ` gcc_version `
10
9
11
10
### Changed
12
- - ` arduino_ci_remote.rb ` now formats tasks with multiple output lines more nicely
13
- - Templates for CI classes are now pass-by-value (no const reference)
14
11
15
12
### Deprecated
16
13
17
14
### Removed
18
15
16
+ ### Fixed
17
+
18
+ ### Security
19
+
20
+
21
+ ## [ 0.1.6] - 2018-03-07
22
+ ### Added
23
+ - ` CppLibrary ` can now report ` gcc_version `
24
+
25
+ ### Changed
26
+ - ` arduino_ci_remote.rb ` now formats tasks with multiple output lines more nicely
27
+ - Templates for CI classes are now pass-by-value (no const reference)
28
+
19
29
### Fixed
20
30
- Replaced pipes with ` Open3.capture3 ` to avoid deadlocks when commands have too much output
21
31
- ` ci_config.rb ` now returns empty arrays (instead of nil) for undefined config keys
@@ -42,19 +52,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
42
52
### Changed
43
53
- Unit test executables print to STDERR just in case there are segfaults. Uh, just in case I ever write any.
44
54
45
- ### Deprecated
46
-
47
- ### Removed
48
-
49
55
### Fixed
50
56
- OSX no longer experiences ` javax.net.ssl.SSLKeyException: RSA premaster secret error ` messages when downloading board package files
51
57
- ` arduino_ci_remote.rb ` no longer makes unnecessary changes to the board being tested
52
58
- Scripts no longer crash if there is no ` test/ ` directory
53
59
- Scripts no longer crash if there is no ` examples/ ` directory
54
60
- ` assureTrue ` and ` assureFalse ` now ` assure ` instead of just ` assert ` ing.
55
61
56
- ### Security
57
-
58
62
59
63
## [ 0.1.4] - 2018-02-01
60
64
### Added
@@ -132,7 +136,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
132
136
- Skeleton for gem with working unit tests
133
137
134
138
135
- [ Unreleased ] : https://github.com/ifreecarve/arduino_ci/compare/v0.1.5...HEAD
139
+ [ Unreleased ] : https://github.com/ifreecarve/arduino_ci/compare/v0.1.6...HEAD
140
+ [ 0.1.6 ] : https://github.com/ifreecarve/arduino_ci/compare/v0.1.5...v0.1.6
136
141
[ 0.1.5 ] : https://github.com/ifreecarve/arduino_ci/compare/v0.1.4...v0.1.5
137
142
[ 0.1.4 ] : https://github.com/ifreecarve/arduino_ci/compare/v0.1.3...v0.1.4
138
143
[ 0.1.3 ] : https://github.com/ifreecarve/arduino_ci/compare/v0.1.2...v0.1.3
0 commit comments