@@ -7,11 +7,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
88## [ Unreleased]
99### Added
10- - Publish docker image to GitHub packages on ` latest ` branch and after tagging
11- - Instructions for testing locally with Docker
12- - Adopt new ` arduino_ci ` version that enables ` CUSTOM_INIT_SCRIPT ` and ` USE_SUBDIR ` environment variables
13- - Python dependencies for espXX board compilation (unfortunately assumed to be present in image, not installed by board manager)
14- - Instructions for new environment variable ` SKIP_LIBRARY_PROPERTIES `
1510
1611### Changed
1712
@@ -24,6 +19,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2419### Security
2520
2621
22+ ## [ 0.1.2] - 2021-01-06
23+ ### Added
24+ - Publish docker image to GitHub packages on ` latest ` branch and after tagging
25+ - Instructions for testing locally with Docker
26+ - Adopt new ` arduino_ci ` version that enables ` CUSTOM_INIT_SCRIPT ` and ` USE_SUBDIR ` environment variables
27+ - Python dependencies for espXX board compilation (unfortunately assumed to be present in image, not installed by board manager)
28+ - Instructions for new environment variable ` SKIP_LIBRARY_PROPERTIES `
29+
30+
2731## [ 0.1.1] - 2020-12-02
2832### Added
2933* Instructions for the new environment variables ` EXPECT_EXAMPLES ` and ` EXPECT_UNITTESTS `
@@ -40,5 +44,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
4044- Initial implementation of action
4145
4246
43- [ Unreleased ] : https://github.com/Arduino-CI/action/compare/v1.1.0...HEAD
47+ [ Unreleased ] : https://github.com/Arduino-CI/action/compare/v0.1.2...HEAD
48+ [ 0.1.2 ] : https://github.com/Arduino-CI/arduino_ci/compare/v0.1.1...v0.1.2
49+ [ 0.1.1 ] : https://github.com/Arduino-CI/arduino_ci/compare/v0.1.0...v0.1.1
4450[ 0.1.0 ] : https://github.com/Arduino-CI/arduino_ci/compare/v0.0.0...v0.1.0
0 commit comments