File tree 3 files changed +17
-8
lines changed
3 files changed +17
-8
lines changed Original file line number Diff line number Diff line change @@ -7,23 +7,31 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
### Added
10
- - ` ensure_arduino_installation.rb ` now ensures the existence of the library directory as well
11
- - Environment variables to escalate unit tests or examples not being found during CI testing
12
10
13
11
### Changed
14
- - Conserve CI testing minutes by grouping CI into fewer runs
15
12
16
13
### Deprecated
17
14
18
15
### Removed
19
16
20
17
### Fixed
21
- - Improper reference to ` Host ` in ` arduino_ci.rb ` test runner is now properly qualified
22
- - Failure to set board manager URLs (for 3rd party board providers) has been fixed
23
18
24
19
### Security
25
20
26
21
22
+ ## [ 1.1.0] - 2020-12-02
23
+ ### Added
24
+ - ` ensure_arduino_installation.rb ` now ensures the existence of the library directory as well
25
+ - Environment variables to escalate unit tests or examples not being found during CI testing
26
+
27
+ ### Changed
28
+ - Conserve CI testing minutes by grouping CI into fewer runs
29
+
30
+ ### Fixed
31
+ - Improper reference to ` Host ` in ` arduino_ci.rb ` test runner is now properly qualified
32
+ - Failure to set board manager URLs (for 3rd party board providers) has been fixed
33
+
34
+
27
35
## [ 1.0.0] - 2020-11-29
28
36
### Added
29
37
- Special handling of attempts to run the ` arduino_ci.rb ` CI script against the ruby library instead of an actual Arduino project
@@ -460,7 +468,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
460
468
- Skeleton for gem with working unit tests
461
469
462
470
463
- [ Unreleased ] : https://github.com/Arduino-CI/arduino_ci/compare/v1.0.0...HEAD
471
+ [ Unreleased ] : https://github.com/Arduino-CI/arduino_ci/compare/v1.1.0...HEAD
472
+ [ 1.1.0 ] : https://github.com/Arduino-CI/arduino_ci/compare/v1.0.0...v1.1.0
464
473
[ 1.0.0 ] : https://github.com/Arduino-CI/arduino_ci/compare/v0.4.0...v1.0.0
465
474
[ 0.4.0 ] : https://github.com/Arduino-CI/arduino_ci/compare/v0.3.0...v0.4.0
466
475
[ 0.3.0 ] : https://github.com/Arduino-CI/arduino_ci/compare/v0.2.1...v0.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.0 .0 )
4
+ [ ![ Documentation] ( http://img.shields.io/badge/docs-rdoc.info-blue.svg )] ( http://www.rubydoc.info/gems/arduino_ci/1.1 .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
7
7
You want to run tests on your Arduino library (bonus: without hardware present), but the IDE doesn't support that. Arduino CI provides that ability.
Original file line number Diff line number Diff line change 1
1
module ArduinoCI
2
- VERSION = "1.0 .0" . freeze
2
+ VERSION = "1.1 .0" . freeze
3
3
end
You can’t perform that action at this time.
0 commit comments