@@ -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.2.0] - 2021-01-06
23
+ ### Added
10
24
- Environment variable to run a custom initialization script during CI testing: ` CUSTOM_INIT_SCRIPT `
11
25
- Environment variable to run from a subdirectory during CI testing: ` USE_SUBDIR `
12
26
- ` assertComparativeEquivalent() ` and ` assertComparativeNotEquivalent() ` to evaluate equality on an ` a - b == 0 ` basis (and/or ` !(a > b) && !(a < b) ` )
@@ -28,10 +42,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
28
42
- ` LibraryProperties.to_h ` now properly uses formatters and symbolic keys, in order to support a ` .to_s `
29
43
- Architectures from ` library.properties ` are considered when iterating over unit test or examples compilation, as well as the configured platforms
30
44
31
- ### Deprecated
32
-
33
- ### Removed
34
-
35
45
### Fixed
36
46
- Warnings about directory name mismatches are now based on proper comparison of strings
37
47
- Now using the recommended "stable" URL for the ` esp32 ` board family
@@ -40,8 +50,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
40
50
- ` pinMode() ` and ` analogReference() ` are now functions (no longer macros), because that conflicted with actual function names in the wild
41
51
- ` analogReadResolution() ` and ` analogWriteResolution() ` are also no longer macros
42
52
43
- ### Security
44
-
45
53
46
54
## [ 1.1.0] - 2020-12-02
47
55
### Added
@@ -492,7 +500,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
492
500
- Skeleton for gem with working unit tests
493
501
494
502
495
- [ Unreleased ] : https://github.com/Arduino-CI/arduino_ci/compare/v1.1.0...HEAD
503
+ [ Unreleased ] : https://github.com/Arduino-CI/arduino_ci/compare/v1.2.0...HEAD
504
+ [ 1.2.0 ] : https://github.com/Arduino-CI/arduino_ci/compare/v1.1.0...v1.2.0
496
505
[ 1.1.0 ] : https://github.com/Arduino-CI/arduino_ci/compare/v1.0.0...v1.1.0
497
506
[ 1.0.0 ] : https://github.com/Arduino-CI/arduino_ci/compare/v0.4.0...v1.0.0
498
507
[ 0.4.0 ] : https://github.com/Arduino-CI/arduino_ci/compare/v0.3.0...v0.4.0
0 commit comments