File tree 3 files changed +18
-7
lines changed
3 files changed +18
-7
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.5.0] - 2023-01-17
23
+ ### Added
10
24
- C++ definitions of ` ARDUINO_CI_COMPILATION_MOCKS ` and ` ARDUINO_CI_GODMODE ` to aid in compilation macros
11
25
- ` CIConfig.available_override_config_path() ` to search for available override files in standard locations
12
26
- ` 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/).
16
30
### Changed
17
31
- ` CIConfig ` now uses ` Pathname ` instead of strings
18
32
19
- ### Deprecated
20
-
21
33
### Removed
22
34
- ` CIConfig.with_config ` , which was only used internally
23
35
@@ -27,8 +39,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
27
39
- Fix missing ` LED_BUILTIN ` definition for Arduino Due, Zero and Circuit Playground.
28
40
- No longer ignore failures if the first step of compiling files for the unit test fails.
29
41
30
- ### Security
31
-
32
42
33
43
## [ 1.4.0] - 2022-12-28
34
44
### Added
@@ -569,7 +579,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
569
579
- Skeleton for gem with working unit tests
570
580
571
581
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
573
584
[ 1.4.0 ] : https://github.com/Arduino-CI/arduino_ci/compare/v1.3.0...v1.4.0
574
585
[ 1.3.0 ] : https://github.com/Arduino-CI/arduino_ci/compare/v1.2.0...v1.3.0
575
586
[ 1.2.0 ] : https://github.com/Arduino-CI/arduino_ci/compare/v1.1.0...v1.2.0
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/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 )
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
[ ![ GitHub Marketplace] ( https://img.shields.io/badge/Get_it-on_Marketplace-informational.svg )] ( https://github.com/marketplace/actions/arduino_ci )
7
7
Original file line number Diff line number Diff line change 1
1
module ArduinoCI
2
- VERSION = "1.4 .0" . freeze
2
+ VERSION = "1.5 .0" . freeze
3
3
end
You can’t perform that action at this time.
0 commit comments