@@ -4,8 +4,23 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
7+
78## [ Unreleased]
89### 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
924- ` ArduinoInstallation ` and ` ArduinoDownloader ` now allow console output to optionally be set to an ` IO ` object of choice during ` force_install `
1025- ` ArduinoInstallation::force_install ` now optionally accepts a version string
1126- ` 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/).
2338- The ` pgm_read_... ` preprocessor macros in cpp/arduino/avr/pgmspace.h now expands to an expression with applicable type.
2439- Unit tests for interrupts (` attachInterrupt ` and ` detachInterrupt ` ) get their own file
2540
26- ### Deprecated
27-
28- ### Removed
29-
3041### Fixed
3142- Library installation no longer "fails" if the library is already installed
3243- Platform definition for ` mega2560 ` now includes proper AVR compiler flag
3344- ` CppLibrary::vendor_bundle? ` now asks where gems are, instead of assuming ` vendor/bundle/ `
3445- ` install_local_library ` step in ` arduino_ci_remote.rb ` now properly surfaces any error message
3546
36- ### Security
37-
3847
3948## [ 0.1.17] - 2019-01-14
4049### Added
@@ -90,7 +99,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
9099
91100
92101## [ 0.1.13] - 2018-09-19
93-
94102### Changed
95103- ` arduino_ci_remote.rb ` now iterates over example platforms before examples (saves time)
96104
@@ -108,7 +116,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
108116- Don't count false returns from ` inform() ` blocks as failures
109117
110118
111-
112119## [ 0.1.11] - 2018-09-13
113120### Added
114121- 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/).
207214- ` __FlashStringHelper ` should now be properly mocked for compilation
208215- ` WString.h ` bool operator now works and is simpler
209216
210- ### Security
211-
212217
213218## [ 0.1.5] - 2018-03-05
214219### Added
@@ -271,12 +276,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
271276
272277
273278## [ 0.1.2] - 2018-01-25
274-
275279### Fixed
276280- Actually package CPP and YAML files into the gem. Whoops.
277281
278- ## [ 0.1.1] - 2018-01-24
279282
283+ ## [ 0.1.1] - 2018-01-24
280284### Added
281285- README documentation for the actual unit tests
282286
@@ -310,7 +314,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
310314- Skeleton for gem with working unit tests
311315
312316
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
314319[ 0.1.17 ] : https://github.com/ianfixes/arduino_ci/compare/v0.1.16...v0.1.17
315320[ 0.1.16 ] : https://github.com/ianfixes/arduino_ci/compare/v0.1.15...v0.1.16
316321[ 0.1.15 ] : https://github.com/ianfixes/arduino_ci/compare/v0.1.14...v0.1.15
0 commit comments