@@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
### Added
10
+
11
+ ### Changed
12
+
13
+ ### Deprecated
14
+
15
+ ### Removed
16
+
17
+ ### Fixed
18
+
19
+ ### Security
20
+
21
+
22
+ ## [ 0.4.0] - 2020-11-21
23
+ ### Added
10
24
- ` arduino_ci_remote.rb ` CLI switch ` --skip-examples-compilation `
11
25
- Add support for ` diditalPinToPort() ` , ` digitalPinToBitMask() ` , ` portOutputRegister() ` , and ` portInputRegister() `
12
26
- ` CppLibrary.header_files ` to find header files
@@ -28,20 +42,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
28
42
- NUM_SERIAL_PORTS can now be set explicitly
29
43
- Improve SPI header strategy
30
44
45
+ ### Deprecated
46
+ - ` arduino_ci_remote.rb ` CLI switch ` --skip-compilation `
47
+ - Deprecated ` arduino_ci_remote.rb ` in favor of ` arduino_ci.rb `
48
+
31
49
### Fixed
32
50
- Don't define ` ostream& operator<<(nullptr_t) ` if already defined by Apple
33
51
- ` CppLibrary.in_tests_dir? ` no longer produces an error if there is no tests directory
34
52
- The definition of the ` _SFR_IO8 ` macro no longer produces errors about rvalues
35
53
- Typo in ` cpp_library.rb ` , misspelling of ` aux_libraries `
36
54
37
- ### Deprecated
38
- - ` arduino_ci_remote.rb ` CLI switch ` --skip-compilation `
39
- - Deprecated ` arduino_ci_remote.rb ` in favor of ` arduino_ci.rb `
40
-
41
- ### Removed
42
-
43
- ### Security
44
-
45
55
46
56
## [ 0.3.0] - 2019-09-03
47
57
### Added
@@ -410,7 +420,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
410
420
- Skeleton for gem with working unit tests
411
421
412
422
413
- [ Unreleased ] : https://github.com/Arduino-CI/arduino_ci/compare/v0.3.0...HEAD
423
+ [ Unreleased ] : https://github.com/Arduino-CI/arduino_ci/compare/v0.4.0...HEAD
424
+ [ 0.4.0 ] : https://github.com/Arduino-CI/arduino_ci/compare/v0.3.0...v0.4.0
414
425
[ 0.3.0 ] : https://github.com/Arduino-CI/arduino_ci/compare/v0.2.1...v0.3.0
415
426
[ 0.2.1 ] : https://github.com/Arduino-CI/arduino_ci/compare/v0.2.0...v0.2.1
416
427
[ 0.2.0 ] : https://github.com/Arduino-CI/arduino_ci/compare/v0.1.21...v0.2.0
0 commit comments