mirror of
https://github.com/Swatinem/rust-cache
synced 2026-02-19 17:04:43 +00:00
prepare v2
This commit is contained in:
parent
0497f9301f
commit
622616010e
12 changed files with 106 additions and 65 deletions
|
|
@ -1,5 +1,14 @@
|
|||
# Changelog
|
||||
|
||||
## 2.0.0
|
||||
|
||||
- The action code was refactored to allow for caching multiple workspaces and
|
||||
different `target` directory layouts.
|
||||
- The `working-directory` and `target-dir` input options were replaced by a
|
||||
single `workspaces` option that has the form of `$workspace -> $target`.
|
||||
- Support for considering `env-vars` as part of the cache key.
|
||||
- The `sharedKey` input option was renamed to `shared-key` for consistency.
|
||||
|
||||
## 1.4.0
|
||||
|
||||
- Clean both `debug` and `release` target directories.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue