Skip to content

Commit 6aef89f

Browse files
committed
v1.1.0 bump
1 parent 03973f0 commit 6aef89f

File tree

3 files changed

+17
-8
lines changed

3 files changed

+17
-8
lines changed

CHANGELOG.md

+15-6
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,31 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99
### 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
1210

1311
### Changed
14-
- Conserve CI testing minutes by grouping CI into fewer runs
1512

1613
### Deprecated
1714

1815
### Removed
1916

2017
### 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
2318

2419
### Security
2520

2621

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+
2735
## [1.0.0] - 2020-11-29
2836
### Added
2937
- 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/).
460468
- Skeleton for gem with working unit tests
461469

462470

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
464473
[1.0.0]: https://github.com/Arduino-CI/arduino_ci/compare/v0.4.0...v1.0.0
465474
[0.4.0]: https://github.com/Arduino-CI/arduino_ci/compare/v0.3.0...v0.4.0
466475
[0.3.0]: https://github.com/Arduino-CI/arduino_ci/compare/v0.2.1...v0.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.0.0)
4+
[![Documentation](http://img.shields.io/badge/docs-rdoc.info-blue.svg)](http://www.rubydoc.info/gems/arduino_ci/1.1.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

77
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.

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

0 commit comments

Comments
 (0)