parent
bc506fbfd1
commit
14a1906c0d
|
@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
|
## 2.1.0
|
||||||
|
* The action now caches compilers in your repository's Actions cache by default. This significantly
|
||||||
|
speeds up installs on average. [#53](https://github.com/goto-bus-stop/setup-zig/pull/53)
|
||||||
|
|
||||||
|
2.0.2 also had caching-related changes but they didn't actually do much, based on a misunderstanding
|
||||||
|
of what the `tool-cache` is for.
|
||||||
|
|
||||||
## 2.0.2
|
## 2.0.2
|
||||||
* Fix tool-cache usage, this should speed up the action if zig was already downloaded before. [#45](https://github.com/goto-bus-stop/setup-zig/pull/45)
|
* Fix tool-cache usage, this should speed up the action if zig was already downloaded before. [#45](https://github.com/goto-bus-stop/setup-zig/pull/45)
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "setup-zig",
|
"name": "setup-zig",
|
||||||
"description": "Use the zig compiler in your Github Action",
|
"description": "Use the zig compiler in your Github Action",
|
||||||
"version": "2.0.2",
|
"version": "2.1.0",
|
||||||
"author": "Renée Kooi <renee@kooi.me>",
|
"author": "Renée Kooi <renee@kooi.me>",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/goto-bus-stop/setup-zig/issues"
|
"url": "https://github.com/goto-bus-stop/setup-zig/issues"
|
||||||
|
|
Loading…
Reference in New Issue