From a65bca60a188f64b3f67c57a700a4fe92562fd0c Mon Sep 17 00:00:00 2001 From: Thomas Boop <52323235+thboop@users.noreply.github.com> Date: Thu, 27 May 2021 11:44:59 -0400 Subject: [PATCH] Tool Cache 1.7.0 release (#821) * tc 1.7.0 release * update verbiage --- packages/tool-cache/RELEASES.md | 7 ++++++- packages/tool-cache/package-lock.json | 2 +- packages/tool-cache/package.json | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/packages/tool-cache/RELEASES.md b/packages/tool-cache/RELEASES.md index 872d1565..ef5a3116 100644 --- a/packages/tool-cache/RELEASES.md +++ b/packages/tool-cache/RELEASES.md @@ -1,7 +1,12 @@ # @actions/tool-cache Releases +### 1.7.0 +- [Allow arbirtary headers when downloading tools to the tc](https://github.com/actions/toolkit/pull/530) +- [Export `isExplicitVersion` and `evaluateVersions` functions](https://github.com/actions/toolkit/pull/796) +- [Force overwrite on default when extracted compressed files](https://github.com/actions/toolkit/pull/807) + ### 1.6.1 -- [Update @actions/core version](https://github.com/actions/toolkit/pull/636) +- [Update @actions/core version](https://github.com/actions/toolkit/pull/636) ### 1.6.0 - [Add extractXar function to extract XAR files](https://github.com/actions/toolkit/pull/207) diff --git a/packages/tool-cache/package-lock.json b/packages/tool-cache/package-lock.json index ce565e28..e32bb7ff 100644 --- a/packages/tool-cache/package-lock.json +++ b/packages/tool-cache/package-lock.json @@ -1,6 +1,6 @@ { "name": "@actions/tool-cache", - "version": "1.6.1", + "version": "1.7.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/tool-cache/package.json b/packages/tool-cache/package.json index aaf318cd..61c547a9 100644 --- a/packages/tool-cache/package.json +++ b/packages/tool-cache/package.json @@ -1,6 +1,6 @@ { "name": "@actions/tool-cache", - "version": "1.6.1", + "version": "1.7.0", "description": "Actions tool-cache lib", "keywords": [ "github",