Skip to content

Commit d06591a

Browse files
committed
v1.3.0 bump
1 parent e4edb95 commit d06591a

File tree

3 files changed

+18
-7
lines changed

3 files changed

+18
-7
lines changed

Diff for: CHANGELOG.md

+16-5
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,26 @@ 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.3.0] - 2021-01-13
23+
### Added
1024
- Better indications of the build phases in the test runner `arduino_ci.rb`
1125
- Better indications of which example sketch is being compiled as part of testing
1226

1327
### Changed
1428
- Topmost installtion instructions now suggest `gem install arduino_ci` instead of using a `Gemfile`. Reasons for using a `Gemfile` are listed and discussed separately further down the README.
1529

16-
### Deprecated
17-
1830
### Removed
1931
- scanning of `library.properties`; this can and should now be performed by the standalone [`arduino-lint` tool](https://arduino.github.io/arduino-lint).
2032

@@ -24,8 +36,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2436
- A style error whose "fix" caused an _actual_ error.
2537
- Proper installation order for NetworkLib in CI workflow configuration
2638

27-
### Security
28-
2939

3040
## [1.2.0] - 2021-01-06
3141
### Added
@@ -508,7 +518,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
508518
- Skeleton for gem with working unit tests
509519

510520

511-
[Unreleased]: https://github.com/Arduino-CI/arduino_ci/compare/v1.2.0...HEAD
521+
[Unreleased]: https://github.com/Arduino-CI/arduino_ci/compare/v1.3.0...HEAD
522+
[1.3.0]: https://github.com/Arduino-CI/arduino_ci/compare/v1.2.0...v1.3.0
512523
[1.2.0]: https://github.com/Arduino-CI/arduino_ci/compare/v1.1.0...v1.2.0
513524
[1.1.0]: https://github.com/Arduino-CI/arduino_ci/compare/v1.0.0...v1.1.0
514525
[1.0.0]: https://github.com/Arduino-CI/arduino_ci/compare/v0.4.0...v1.0.0

Diff for: 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.2.0)
4+
[![Documentation](http://img.shields.io/badge/docs-rdoc.info-blue.svg)](http://www.rubydoc.info/gems/arduino_ci/1.3.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
[![GitHub Marketplace](https://img.shields.io/badge/Get_it-on_Marketplace-informational.svg)](https://github.com/marketplace/actions/arduino_ci)
77

Diff for: 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.2.0".freeze
2+
VERSION = "1.3.0".freeze
33
end

0 commit comments

Comments
 (0)