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

Commit 3ff0a55

Browse files
committed
1.1.0
1 parent 74ded96 commit 3ff0a55

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,19 @@ All notable changes to the project will be here.
44
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
55

66
## [Unreleased]
7+
8+
## [1.1.0] - 2022-12-29
9+
710
### Added
811
- Get latest release and verify SHA-256 hash ([#6](https://github.com/metalbear-co/sccache-action/pull/6))
912
- Disable incremental compilation by default ([#9](https://github.com/metalbear-co/sccache-action/pull/9))
1013

1114
### Fixed
15+
1216
- Stop server in post step ([#7](https://github.com/metalbear-co/sccache-action/pull/7))
1317

1418
### Changed
19+
1520
- CI test fixes and improvements ([#8](https://github.com/metalbear-co/sccache-action/pull/8))
1621

1722
## [1.0.2] - 2022-12-07

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sccache-rust-action",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"private": true,
55
"description": "sccache Rust Action",
66
"main": "lib/main.js",

0 commit comments

Comments
 (0)