Add release details

This commit is contained in:
Sampark Sharma 2023-01-04 06:16:46 +00:00 committed by GitHub
parent d898c2d952
commit ce85f79c01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.