You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11-4Lines changed: 11 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6
6
7
7
## [Unreleased]
8
8
### Added
9
-
- Checking for (empty) set of platforms to build now precedes the check for examples to build; this avoids assuming that all libraries will have an example and dumping the file set when none are found
10
9
11
10
### Changed
12
11
@@ -15,12 +14,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
15
14
### Removed
16
15
17
16
### Fixed
18
-
- Spaces in the names of project directores no longer cause unit test binaries to fail execution
19
-
- Configuration file overrides with `nil`s (or empty arrays) now properly override their base configuration
20
17
21
18
### Security
22
19
23
20
21
+
## [0.1.15] - 2019-01-04
22
+
### Added
23
+
- Checking for (empty) set of platforms to build now precedes the check for examples to build; this avoids assuming that all libraries will have an example and dumping the file set when none are found
24
+
25
+
### Fixed
26
+
- Spaces in the names of project directores no longer cause unit test binaries to fail execution
27
+
- Configuration file overrides with `nil`s (or empty arrays) now properly override their base configuration
28
+
29
+
24
30
## [0.1.14] - 2018-09-21
25
31
### Added
26
32
- Arduino command wrapper now natively supports board manager URLs
@@ -257,7 +263,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
You want your Arduino library to be automatically built and tested every time someone contributes code to your project on GitHub, but the Arduino IDE lacks the ability to run unit tests. [Arduino CI](https://github.com/ianfixes/arduino_ci) provides that ability.
0 commit comments