From a806e811e0b4ada711b8d702621c41286d46ca02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e=20Kooi?= Date: Wed, 9 Oct 2019 12:33:13 +0200 Subject: [PATCH] 1.1.0 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f13a498..1d09e4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 1.1.0 +* Load the zig binaries from tool cache if available. +* Use the ziglang.org download index instead of downloading from Github Releases. +* Bundle the action JavaScript code, reducing repository size. + ## 1.0.1 * Add an icon and colour. diff --git a/package.json b/package.json index 4b9f182..1887f1f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "setup-zig", "description": "Use the zig compiler in your Github Action", - "version": "1.0.1", + "version": "1.1.0", "author": "Renée Kooi ", "bugs": { "url": "https://github.com/goto-bus-stop/setup-zig/issues"