@@ -4,8 +4,23 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
7
+
7
8
## [ Unreleased]
8
9
### Added
10
+
11
+ ### Changed
12
+
13
+ ### Deprecated
14
+
15
+ ### Removed
16
+
17
+ ### Fixed
18
+
19
+ ### Security
20
+
21
+
22
+ ## [ 0.1.18] - 2019-01-29
23
+ ### Added
9
24
- ` ArduinoInstallation ` and ` ArduinoDownloader ` now allow console output to optionally be set to an ` IO ` object of choice during ` force_install `
10
25
- ` ArduinoInstallation::force_install ` now optionally accepts a version string
11
26
- ` arduino_library_location.rb ` script to print Arduino library location to stdout
@@ -23,18 +38,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
23
38
- The ` pgm_read_... ` preprocessor macros in cpp/arduino/avr/pgmspace.h now expands to an expression with applicable type.
24
39
- Unit tests for interrupts (` attachInterrupt ` and ` detachInterrupt ` ) get their own file
25
40
26
- ### Deprecated
27
-
28
- ### Removed
29
-
30
41
### Fixed
31
42
- Library installation no longer "fails" if the library is already installed
32
43
- Platform definition for ` mega2560 ` now includes proper AVR compiler flag
33
44
- ` CppLibrary::vendor_bundle? ` now asks where gems are, instead of assuming ` vendor/bundle/ `
34
45
- ` install_local_library ` step in ` arduino_ci_remote.rb ` now properly surfaces any error message
35
46
36
- ### Security
37
-
38
47
39
48
## [ 0.1.17] - 2019-01-14
40
49
### Added
@@ -90,7 +99,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
90
99
91
100
92
101
## [ 0.1.13] - 2018-09-19
93
-
94
102
### Changed
95
103
- ` arduino_ci_remote.rb ` now iterates over example platforms before examples (saves time)
96
104
@@ -108,7 +116,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
108
116
- Don't count false returns from ` inform() ` blocks as failures
109
117
110
118
111
-
112
119
## [ 0.1.11] - 2018-09-13
113
120
### Added
114
121
- Explicit checks that the requested test platforms are defined in YML
@@ -207,8 +214,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
207
214
- ` __FlashStringHelper ` should now be properly mocked for compilation
208
215
- ` WString.h ` bool operator now works and is simpler
209
216
210
- ### Security
211
-
212
217
213
218
## [ 0.1.5] - 2018-03-05
214
219
### Added
@@ -271,12 +276,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
271
276
272
277
273
278
## [ 0.1.2] - 2018-01-25
274
-
275
279
### Fixed
276
280
- Actually package CPP and YAML files into the gem. Whoops.
277
281
278
- ## [ 0.1.1] - 2018-01-24
279
282
283
+ ## [ 0.1.1] - 2018-01-24
280
284
### Added
281
285
- README documentation for the actual unit tests
282
286
@@ -310,7 +314,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
310
314
- Skeleton for gem with working unit tests
311
315
312
316
313
- [ Unreleased ] : https://github.com/ianfixes/arduino_ci/compare/v0.1.17...HEAD
317
+ [ Unreleased ] : https://github.com/ianfixes/arduino_ci/compare/v0.1.18...HEAD
318
+ [ 0.1.18 ] : https://github.com/ianfixes/arduino_ci/compare/v0.1.17...v0.1.18
314
319
[ 0.1.17 ] : https://github.com/ianfixes/arduino_ci/compare/v0.1.16...v0.1.17
315
320
[ 0.1.16 ] : https://github.c
EDBE
om/ianfixes/arduino_ci/compare/v0.1.15...v0.1.16
316
321
[ 0.1.15 ] : https://github.com/ianfixes/arduino_ci/compare/v0.1.14...v0.1.15
0 commit comments