Skip to content

Commit 439d668

Browse files
committed
v1.6.0 bump
1 parent 1fd5446 commit 439d668

File tree

3 files changed

+18
-9
lines changed

3 files changed

+18
-9
lines changed

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.6.0] - 2023-06-07
23+
### Added
1024
- Add util/atomic.h
1125
- `Logger` class to centralize CI runner script logging (in particular, indentation)
1226
- Explicit reporting of free bytes after compilation
@@ -16,16 +30,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1630
### Changed
1731
- `arduino_ci.rb` uses new `Logger`
1832

19-
### Deprecated
20-
21-
### Removed
22-
2333
### Fixed
2434
- Fix phrasing of free-space check
2535
- Handle unrecognized command line errors in a nicer way
2636

27-
### Security
28-
2937

3038
## [1.5.0] - 2023-01-17
3139
### Added
@@ -587,7 +595,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
587595
- Skeleton for gem with working unit tests
588596

589597

590-
[Unreleased]: https://github.com/Arduino-CI/arduino_ci/compare/v1.5.0...HEAD
598+
[Unreleased]: https://github.com/Arduino-CI/arduino_ci/compare/v1.6.0...HEAD
599+
[1.6.0]: https://github.com/Arduino-CI/arduino_ci/compare/v1.5.0...v1.6.0
591600
[1.5.0]: https://github.com/Arduino-CI/arduino_ci/compare/v1.4.0...v1.5.0
592601
[1.4.0]: https://github.com/Arduino-CI/arduino_ci/compare/v1.3.0...v1.4.0
593602
[1.3.0]: https://github.com/Arduino-CI/arduino_ci/compare/v1.2.0...v1.3.0

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.5.0)
4+
[![Documentation](http://img.shields.io/badge/docs-rdoc.info-blue.svg)](http://www.rubydoc.info/gems/arduino_ci/1.6.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

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.5.0".freeze
2+
VERSION = "1.6.0".freeze
33
end

0 commit comments

Comments
 (0)