diff --git a/CHANGELOG.md b/CHANGELOG.md index ba91b96..5daf5d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 2.3.1 +## 2.4.0 - Fix cache key stability. - Use 8 character hash components to reduce the key length, making it more readable. diff --git a/package-lock.json b/package-lock.json index 5bd335d..b1d6505 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rust-cache", - "version": "2.3.0", + "version": "2.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "rust-cache", - "version": "2.3.0", + "version": "2.4.0", "license": "LGPL-3.0", "dependencies": { "@actions/cache": "^3.2.1", diff --git a/package.json b/package.json index 2c89b3e..70bd3d1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "rust-cache", - "version": "2.3.0", + "version": "2.4.0", "description": "A GitHub Action that implements smart caching for rust/cargo projects with sensible defaults.", "keywords": [ "actions",