From ce85f79c01673f6627ca3d372245d8ab58abb46c Mon Sep 17 00:00:00 2001 From: Sampark Sharma Date: Wed, 4 Jan 2023 06:16:46 +0000 Subject: [PATCH] Add release details --- packages/cache/RELEASES.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/packages/cache/RELEASES.md b/packages/cache/RELEASES.md index 4a415486..e5ea9d49 100644 --- a/packages/cache/RELEASES.md +++ b/packages/cache/RELEASES.md @@ -105,3 +105,10 @@ - Update actions/cache on windows to use gnu tar and zstd by default - Update actions/cache on windows to fallback to bsdtar and zstd if gnu tar is not available. - Added support for fallback to gzip to restore old caches on windows. + +### 3.1.1 +- Reverted changes in 3.1.0 to fix issue with symlink restoration on windows. +- Added support for verbose logging about cache version during cache miss. + +### 3.1.2 +- Fix issue with symlink restoration on windows. \ No newline at end of file