Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aviramha committed Dec 29, 2022
1 parent 74ded96 commit 3ff0a55
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,19 @@ All notable changes to the project will be here.
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

## [Unreleased]

## [1.1.0] - 2022-12-29

### Added
- Get latest release and verify SHA-256 hash ([#6](https://github.com/metalbear-co/sccache-action/pull/6))
- Disable incremental compilation by default ([#9](https://github.com/metalbear-co/sccache-action/pull/9))

### Fixed

- Stop server in post step ([#7](https://github.com/metalbear-co/sccache-action/pull/7))

### Changed

- CI test fixes and improvements ([#8](https://github.com/metalbear-co/sccache-action/pull/8))

## [1.0.2] - 2022-12-07
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": "sccache-rust-action",
"version": "1.0.2",
"version": "1.1.0",
"private": true,
"description": "sccache Rust Action",
"main": "lib/main.js",
Expand Down

0 comments on commit 3ff0a55

Please sign in to comment.