Skip to content

Commit

Permalink
Project: Uprev to v1.9.1 & update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosperate committed Aug 2, 2024
1 parent d9f1702 commit 0cc83a7
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 9 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@ 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.9.0- 2024-07-15
## 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 !)
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ Older GCC version might not have releases for all operating system
architectures, specifically `arm64`.
This table shows the first release compatible with each OS architecture.

| | x86_64 | arm64 |
|---------|-------------|------------------------|
| Linux | All version | From version 9-2019-q4 |
| macOS | All version | From version 12.2.Rel1 |
| Windows | All version | Not supported |
| | x86_64 | arm64 |
|---------|--------------|------------------------|
| Linux | All versions | From version 9-2019-q4 |
| macOS | All versions | From version 12.2.Rel1 |
| Windows | All versions | Not supported |

## Advanced options

Expand Down
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.0",
"version": "1.9.1",
"private": true,
"description": "GitHub Action to install arm-none-eabi-gcc",
"main": "lib/main.js",
Expand Down

0 comments on commit 0cc83a7

Please sign in to comment.