Skip to content

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
- Implement copy and copy-immutable strategies (#20) thanks @oNaiPs
  • Loading branch information
stefanmaric committed Dec 22, 2023
1 parent c1798ec commit 7fb1f91
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Unreleased

## 2.1.0 - 2023-12-22

- Implement copy and copy-immutable strategies (#20) thanks @oNaiPs

## 2.0.0 - 2023-08-07

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "action-local-cache",
"version": "2.0.0",
"version": "2.1.0",
"private": true,
"description": "A Github Action to save and restore files across job runs directly in the runner's file system",
"main": "dist/main/index.js",
Expand Down

0 comments on commit 7fb1f91

Please sign in to comment.