Skip to content

Commit 29ab7b3

Browse files
committed
v1.5.0 bump
1 parent e699436 commit 29ab7b3

File tree

3 files changed

+18
-7
lines changed

3 files changed

+18
-7
lines changed

CHANGELOG.md

+16-5
Original file line numberDiff line numberDiff 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.5.0] - 2023-01-17
23+
### Added
1024
- C++ definitions of `ARDUINO_CI_COMPILATION_MOCKS` and `ARDUINO_CI_GODMODE` to aid in compilation macros
1125
- `CIConfig.available_override_config_path()` to search for available override files in standard locations
1226
- `CIConfig.override_file_from_project_library` and `CIConfig.override_file_from_example` to expose config locations
@@ -16,8 +30,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1630
### Changed
1731
- `CIConfig` now uses `Pathname` instead of strings
1832

19-
### Deprecated
20-
2133
### Removed
2234
- `CIConfig.with_config`, which was only used internally
2335

@@ -27,8 +39,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2739
- Fix missing `LED_BUILTIN` definition for Arduino Due, Zero and Circuit Playground.
2840
- No longer ignore failures if the first step of compiling files for the unit test fails.
2941

30-
### Security
31-
3242

3343
## [1.4.0] - 2022-12-28
3444
### Added
@@ -569,7 +579,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
569579
- Skeleton for gem with working unit tests
570580

571581

572-
[Unreleased]: https://github.com/Arduino-CI/arduino_ci/compare/v1.4.0...HEAD
582+
[Unreleased]: https://github.com/Arduino-CI/arduino_ci/compare/v1.5.0...HEAD
583+
[1.5.0]: https://github.com/Arduino-CI/arduino_ci/compare/v1.4.0...v1.5.0
573584
[1.4.0]: https://github.com/Arduino-CI/arduino_ci/compare/v1.3.0...v1.4.0
574585
[1.3.0]: https://github.com/Arduino-CI/arduino_ci/compare/v1.2.0...v1.3.0
575586
[1.2.0]: https://github.com/Arduino-CI/arduino_ci/compare/v1.1.0...v1.2.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.4.0)
4+
[![Documentation](http://img.shields.io/badge/docs-rdoc.info-blue.svg)](http://www.rubydoc.info/gems/arduino_ci/1.5.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

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

0 commit comments

Comments
 (0)