@@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
88## [ Unreleased]
99### 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
1024- Allow use of watchdog timer in application code (though it doesn't do anything)
1125- Show output from successful compile
1226- ` --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/).
3044- Use ` arduino-cli ` version ` 0.29.0 ` as the backend
3145- Test runner detects console width if possible, allowing variable width from 80-132 chars
3246
33- ### Deprecated
34-
35- ### Removed
36-
3747### Fixed
3848- Properly report compile errors in GitHub Actions.
3949- 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/).
4757- Windows paths now avoid picking up backslashes, for proper equality comparisons
4858- Libraries are now considered installed if their entry is a symlink (for which ` exist? ` would return ` false ` )
4959
50- ### Security
51-
5260
5361## [ 1.3.0] - 2021-01-13
5462### Added
@@ -550,7 +558,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
550558- Skeleton for gem with working unit tests
551559
552560
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
554563[ 1.3.0 ] : https://github.com/Arduino-CI/arduino_ci/compare/v1.2.0...v1.3.0
555564[ 1.2.0 ] : https://github.com/Arduino-CI/arduino_ci/compare/v1.1.0...v1.2.0
556565[ 1.1.0 ] : https://github.com/Arduino-CI/arduino_ci/compare/v1.0.0...v1.1.0
0 commit comments