File tree 3 files changed +18
-9
lines changed
3 files changed +18
-9
lines changed Original file line number Diff line number Diff line change @@ -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.6.0] - 2023-06-07
23
+ ### Added
10
24
- Add util/atomic.h
11
25
- ` Logger ` class to centralize CI runner script logging (in particular, indentation)
12
26
- Explicit reporting of free bytes after compilation
@@ -16,16 +30,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
16
30
### Changed
17
31
- ` arduino_ci.rb ` uses new ` Logger `
18
32
19
- ### Deprecated
20
-
21
- ### Removed
22
-
23
33
### Fixed
24
34
- Fix phrasing of free-space check
25
35
- Handle unrecognized command line errors in a nicer way
26
36
27
- ### Security
28
-
29
37
30
38
## [ 1.5.0] - 2023-01-17
31
39
### Added
@@ -587,7 +595,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
587
595
- Skeleton for gem with working unit tests
588
596
589
597
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
591
600
[ 1.5.0 ] : https://github.com/Arduino-CI/arduino_ci/compare/v1.4.0...v1.5.0
592
601
[ 1.4.0 ] : https://github.com/Arduino-CI/arduino_ci/compare/v1.3.0...v1.4.0
593
602
[ 1.3.0 ] : https://github.com/Arduino-CI/arduino_ci/compare/v1.2.0...v1.3.0
Original file line number Diff line number Diff line change 1
1
2
2
# ArduinoCI Ruby gem (` arduino_ci ` )
3
3
[ ![ 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 )
5
5
[ ![ 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 )
6
6
[ ![ GitHub Marketplace] ( https://img.shields.io/badge/Get_it-on_Marketplace-informational.svg )] ( https://github.com/marketplace/actions/arduino_ci )
7
7
Original file line number Diff line number Diff line change 1
1
module ArduinoCI
2
- VERSION = "1.5 .0" . freeze
2
+ VERSION = "1.6 .0" . freeze
3
3
end
You can’t perform that action at this time.
0 commit comments