diff --git a/CHANGELOG.md b/CHANGELOG.md index d45b75f..b2e242d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 2.9.2 + +- Fix `credentials.toml` cleanup +- Improvements to cleanup, preserving more valid targets +- Improvements to `cargo install` handling +- Correctly sort/dedupe Rust versions + ## 2.9.1 - Fix regression in hash calculation diff --git a/package-lock.json b/package-lock.json index 7ba8db2..4331945 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rust-cache", - "version": "2.9.1", + "version": "2.9.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "rust-cache", - "version": "2.9.1", + "version": "2.9.2", "license": "LGPL-3.0", "dependencies": { "@actions/cache": "^6.2.0", diff --git a/package.json b/package.json index f078e3b..5a9e9b8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "rust-cache", - "version": "2.9.1", + "version": "2.9.2", "description": "A GitHub Action that implements smart caching for rust/cargo projects with sensible defaults.", "keywords": [ "actions",