Skip to content

Commit 137ee77

Browse files
committed
v1.4.0 bump
1 parent 03668eb commit 137ee77

File tree

3 files changed

+18
-9
lines changed

3 files changed

+18
-9
lines changed

Diff for: CHANGELOG.md

+16-7
Original file line numberDiff line numberDiff line change
@@ -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

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# ArduinoCI Ruby gem (`arduino_ci`)
33
[![Gem Version](https://badge.fury.io/rb/arduino_ci.svg)](https://rubygems.org/gems/arduino_ci)
4-
[![Documentation](http://img.shields.io/badge/docs-rdoc.info-blue.svg)](http://www.rubydoc.info/gems/arduino_ci/1.3.0)
4+
[![Documentation](http://img.shields.io/badge/docs-rdoc.info-blue.svg)](http://www.rubydoc.info/gems/arduino_ci/1.4.0)
55
[![Gitter](https://badges.gitter.im/Arduino-CI/arduino_ci.svg)](https://gitter.im/Arduino-CI/arduino_ci?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
66
[![GitHub Marketplace](https://img.shields.io/badge/Get_it-on_Marketplace-informational.svg)](https://github.com/marketplace/actions/arduino_ci)
77

Diff for: lib/arduino_ci/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ArduinoCI
2-
VERSION = "1.3.0".freeze
2+
VERSION = "1.4.0".freeze
33
end

0 commit comments

Comments
 (0)