@@ -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
+ ## [ 1.4.0] - 2022-12-28
23
+ ### Added
10
24
- Allow use of watchdog timer in application code (though it doesn't do anything)
11
25
- Show output from successful compile
12
26
- ` --min-free-space=N ` command-line argument to fail if free space is below required value
@@ -30,10 +44,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
30
44
- Use ` arduino-cli ` version ` 0.29.0 ` as the backend
31
45
- Test runner detects console width if possible, allowing variable width from 80-132 chars
32
46
33
- ### Deprecated
34
-
35
- ### Removed
36
-
37
47
### Fixed
38
48
- Properly report compile errors in GitHub Actions.
39
49
- Fix copy/paste error to allow additional warnings for a platform
@@ -47,8 +57,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
47
57
- Windows paths now avoid picking up backslashes, for proper equality comparisons
48
58
- Libraries are now considered installed if their entry is a symlink (for which ` exist? ` would return ` false ` )
49
59
50
- ### Security
51
-
52
60
53
61
## [ 1.3.0] - 2021-01-13
54
62
### Added
@@ -550,7 +558,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
550
558
- Skeleton for gem with working unit tests
551
559
552
560
553
- [ Unreleased ] : https://github.com/Arduino-CI/arduino_ci/compare/v1.3.0...HEAD
561
+ [ Unreleased ] : https://github.com/Arduino-CI/arduino_ci/compare/v1.4.0...HEAD
562
+ [ 1.4.0 ] : https://github.com/Arduino-CI/arduino_ci/compare/v1.3.0...v1.4.0
554
563
[ 1.3.0 ] : https://github.com/Arduino-CI/arduino_ci/compare/v1.2.0...v1.3.0
555
564
[ 1.2.0 ] : https://github.com/Arduino-CI/arduino_ci/compare/v1.1.0...v1.2.0
556
565
[ 1.1.0 ] : https://github.com/Arduino-CI/arduino_ci/compare/v1.0.0...v1.1.0
0 commit comments