Skip to content

Commit

Permalink
chore: changelog v2.3.0 (#139)
Browse files Browse the repository at this point in the history
Update CHANGELOG for v2.3.0 release.
  • Loading branch information
stevenh committed May 13, 2023
1 parent 68aeeba commit 7c7e41a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 7c7e41a

Please sign in to comment.