Skip to content

Latest commit

 

History

History
74 lines (49 loc) · 2.31 KB

CHANGELOG.md

File metadata and controls

74 lines (49 loc) · 2.31 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Added

Changed

Deprecated

Removed

Fixed

Security

0.1.6 - 2023-06-08

Changed

0.1.5 - 2023-01-23

Added

  • Pre-installation of platforms declared in default.yml

Changed

0.1.3 - 2021-01-13

Changed

Removed

  • The use of SKIP_LIBRARY_PROPERTIES

0.1.2 - 2021-01-06

Added

  • Publish docker image to GitHub packages on latest branch and after tagging
  • Instructions for testing locally with Docker
  • Adopt new arduino_ci version that enables CUSTOM_INIT_SCRIPT and USE_SUBDIR environment variables
  • Python dependencies for espXX board compilation (unfortunately assumed to be present in image, not installed by board manager)
  • Instructions for new environment variable SKIP_LIBRARY_PROPERTIES

0.1.1 - 2020-12-02

Added

  • Instructions for the new environment variables EXPECT_EXAMPLES and EXPECT_UNITTESTS
  • Documentation now links to unit testing information and .arduino-ci.yaml

Changed

  • Use non-interactive frontend for apt-get install
  • Arduino libraries directory is now pre-existing in the image
  • Clarified instructions about badges

0.1.0 - 2020-11-29

Added

  • Initial implementation of action