Skip to content

Latest commit

 

History

History
119 lines (95 loc) · 3.53 KB

CHANGELOG.md

File metadata and controls

119 lines (95 loc) · 3.53 KB

Changelog

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.

v1.10.0 - 2024-12-12

Added

  • Add 14.2.Rel1 Arm GNU Toolchain release (#61)

v1.9.1 - 2024-08-02

Fixed

  • In macOS arm64, if a GCC version doesn't have an arm64 release, use x86_64 instead

Changed

  • Better error message when a GCC version does not have a release for the platform

v1.9.0 - 2024-07-15

Added

  • Add 13.3.Rel1 Arm GNU Toolchain release (#55)
  • Add support for Linux arm64 GH Actions runners (#48) (thanks @leoli0605 !)
  • Add support for macOS arm64 GH Actions runner

Security

  • Security update for third party dependencies (#52) (#53)

v1.8.2 - 2024-05-29

Changed

  • Updated @actions core and cache dependency.

v1.8.1 - 2024-01-29

Changed

  • Move action from node v16 to v20 (#50)

v1.8.0 - 2023-10-31

Added

  • Add 13.2.Rel1 Arm GNU Toolchain release (#47)

v1.7.1 - 2023-08-08

Security

  • Security update for third party dependencies.

v1.7.0 - 2023-08-06

Added

  • Add 12.3.Rel1 Arm GNU Toolchain release (#43)

v1.6.3 - 2023-07-10

Security

  • Security update for third party dependencies.

v1.6.2 - 2023-06-27

Security

  • Security update for third party dependencies.

v1.6.1 - 2023-04-12

Security

  • Security update for third party dependencies.

v1.6.0 - 2022-12-28

Added

  • Add 12.2.Rel1 Arm GNU Toolchain release (#34)

v1.5.2 - 2022-10-19

Changed

v1.5.1 - 2022-08-19

Security

v1.5.0 - 2022-08-10

Added

  • Add 11.3.Rel1 Arm GNU Toolchain release (#25)

Changed

  • Convert GCC versions to Semver more strictly (no changes tu user facing functionality)

v1.4.0 - 2022-04-20

Added

  • Add 11.2-2022.02 release (#24)
    • Note that on this release the toolchain has been renamed from "GNU Arm Embedded Toolchain" to "Arm GNU Toolchain"

Changed

  • Improve internal processing of 'latest' gcc release tag (#24)
  • Updated node dependencies with security updates (#22, #23)

v1.3.0 - 2021-11-08

Added

  • Compiler bin/ directory path exported as an action output
  • If a path-env-var input is provided, the compiler bin/ directory path is exported as an environmental variable of that name

v1.2.0 - 2021-11-03

Added

  • Caching is enabled for faster runs, time went down from usually around 30s to usually less than 5s.
  • Some released did not provide MD5 values, so they have been manually calculated and added
  • Improved documentation
  • Improved testing

v1.1.1 - 2021-10-25

Fixed

  • Updated latest tag to point to 10.3-2021.10

v1.1.0 - 2021-10-24

Added

  • Latest arm-none-eabi-gcc release: 10.3-2021.10
  • MD5 checks on the downloads

v1.0.0 - 2021-10-19

Initial release.