File tree Expand file tree Collapse file tree 3 files changed +18
-5
lines changed Expand file tree Collapse file tree 3 files changed +18
-5
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/).
77
88## [ Unreleased]
99### Added
10+
11+ ### Changed
12+
13+ ### Deprecated
14+
15+ ### Removed
16+
17+ ### Fixed
18+
19+ ### Security
20+
21+
22+ ## [ 1.0.0] - 2020-11-29
23+ ### Added
1024- Special handling of attempts to run the ` arduino_ci.rb ` CI script against the ruby library instead of an actual Arduino project
1125- Explicit checks for attemping to test ` arduino_ci ` itself as if it were a library, resolving a minor annoyance to this developer.
1226- Code coverage tooling
@@ -39,8 +53,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
3953- Mismatches between library names in ` library.properties ` and the directory names, which can cause cryptic failures
4054- ` LibraryProperties ` skips over parse errors instead of crashing: only lines with non-empty keys and non-nil values are recorded
4155
42- ### Security
43-
4456
4557## [ 0.4.0] - 2020-11-21
4658### Added
@@ -443,7 +455,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
443455- Skeleton for gem with working unit tests
444456
445457
446- [ Unreleased ] : https://github.com/Arduino-CI/arduino_ci/compare/v0.4.0...HEAD
458+ [ Unreleased ] : https://github.com/Arduino-CI/arduino_ci/compare/v1.0.0...HEAD
459+ [ 1.0.0 ] : https://github.com/Arduino-CI/arduino_ci/compare/v0.4.0...v1.0.0
447460[ 0.4.0 ] : https://github.com/Arduino-CI/arduino_ci/compare/v0.3.0...v0.4.0
448461[ 0.3.0 ] : https://github.com/Arduino-CI/arduino_ci/compare/v0.2.1...v0.3.0
449462[ 0.2.1 ] : https://github.com/Arduino-CI/arduino_ci/compare/v0.2.0...v0.2.1
Original file line number Diff line number Diff line change 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/0.4 .0 )
4+ [ ![ Documentation] ( http://img.shields.io/badge/docs-rdoc.info-blue.svg )] ( http://www.rubydoc.info/gems/arduino_ci/1.0 .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
77You 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 11module ArduinoCI
2- VERSION = "0.4 .0" . freeze
2+ VERSION = "1.0 .0" . freeze
33end
You can’t perform that action at this time.
0 commit comments