Skip to content

Commit

Permalink
Project: Uprev to v1.10.0 & update changelog.
Browse files Browse the repository at this point in the history
carlosperate committed Dec 12, 2024
1 parent a93a3de commit f3be82d
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 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
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "arm-none-eabi-gcc-action",
"version": "1.9.1",
"version": "1.10.0",
"private": true,
"description": "GitHub Action to install arm-none-eabi-gcc",
"main": "lib/main.js",

0 comments on commit f3be82d

Please sign in to comment.