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
+13-4Lines changed: 13 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -8,19 +8,27 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
8
8
### Added
9
9
10
10
### Changed
11
-
- Finally put some factorization into the `arduino_ci_remote.rb` script: testing unit and testing compilation are now standalone functions
12
11
13
12
### Deprecated
14
13
15
14
### Removed
16
-
- Unnecessary board changes during unit tests no longer happen
17
15
18
16
### Fixed
19
-
- Proper casting for `pgm_read_byte`
20
17
21
18
### Security
22
19
23
20
21
+
## [0.1.16] - 2019-01-06
22
+
### Changed
23
+
- Finally put some factorization into the `arduino_ci_remote.rb` script: testing unit and testing compilation are now standalone functions
24
+
25
+
### Removed
26
+
- Unnecessary board changes during unit tests no longer happen
27
+
28
+
### Fixed
29
+
- Proper casting for `pgm_read_byte`
30
+
31
+
24
32
## [0.1.15] - 2019-01-04
25
33
### Added
26
34
- 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
@@ -266,7 +274,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