Tool Cache 1.7.0 release (#821)

* tc 1.7.0 release

* update verbiage
This commit is contained in:
Thomas Boop
2021-05-27 11:44:59 -04:00
committed by GitHub
parent a1b068ec31
commit a65bca60a1
3 changed files with 8 additions and 3 deletions

View File

@@ -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)