Skip to content

Commit

Permalink
Project: Uprev and update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosperate committed Nov 3, 2021
1 parent c5ec5cf commit ecf8fb0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ 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.2.0 - 2021-11-03
### Added
- Caching is enabled for faster runs, time went down from usually around 30s
to about 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`
Expand Down
2 changes: 1 addition & 1 deletion 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.1.1",
"version": "1.2.0",
"private": true,
"description": "GitHub Action to install arm-none-eabi-gcc",
"main": "lib/main.js",
Expand Down

0 comments on commit ecf8fb0

Please sign in to comment.