From 7c7e41ab016ad07890e8ee31a8a796de77cb4aaf Mon Sep 17 00:00:00 2001 From: Steven Hartland Date: Sat, 13 May 2023 11:13:40 +0100 Subject: [PATCH] chore: changelog v2.3.0 (#139) Update CHANGELOG for v2.3.0 release. --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index adcf496..0eb6511 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 2.2.2 + +- Add `cache-all-crates` option, which is enables caching of creates installed by workflows. +- Add installed packages to cache key, so changes to workflows that install rust tools are detected and cached properly. +- Fix cache restore failures due to upstream bug. +- Fix `EISDIR` error due to globed directories. +- Update runtime `@actions/cache`, `@actions/io` and dev `typescript` dependencies. +- Update `npm run prepare` so it creates distribution files with the right line endings. + ## 2.2.1 - Update `@actions/cache` dependency to fix usage of `zstd` compression.