File tree 3 files changed +18
-5
lines changed
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/).
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.0.0] - 2020-11-29
23
+ ### Added
10
24
- Special handling of attempts to run the ` arduino_ci.rb ` CI script against the ruby library instead of an actual Arduino project
11
25
- Explicit checks for attemping to test ` arduino_ci ` itself as if it were a library, resolving a minor annoyance to this developer.
12
26
- Code coverage tooling
@@ -39,8 +53,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
39
53
- Mismatches between library names in ` library.properties ` and the directory names, which can cause cryptic failures
40
54
- ` LibraryProperties ` skips over parse errors instead of crashing: only lines with non-empty keys and non-nil values are recorded
41
55
42
- ### Security
43
-
44
56
45
57
## [ 0.4.0] - 2020-11-21
46
58
### Added
@@ -443,7 +455,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
443
455
- Skeleton for gem with working unit tests
444
456
445
457
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
447
460
[ 0.4.0 ] : https://github.com/Arduino-CI/arduino_ci/compare/v0.3.0...v0.4.0
448
461
[ 0.3.0 ] : https://github.com/Arduino-CI/arduino_ci/compare/v0.2.1...v0.3.0
449
462
[ 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 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/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 )
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 = "0.4 .0" . freeze
2
+ VERSION = "1.0 .0" . freeze
3
3
end
You can’t perform that action at this time.
0 commit comments