From 6fede2f0550d71291c0accf2834b216e69a2d67a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e=20Kooi?= Date: Sat, 8 Jul 2023 18:01:38 +0200 Subject: [PATCH] 2.1.1 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88cae22..1101231 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/). +## 2.1.1 +* Fix `cache: false`, see [#55](https://github.com/goto-bus-stop/setup-zig/issues/55). + +Thanks to [@linusg](https://github.com/linusg) for the report! + ## 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) diff --git a/package.json b/package.json index dee9f0f..c25881a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "setup-zig", "description": "Use the zig compiler in your Github Action", - "version": "2.1.0", + "version": "2.1.1", "author": "Renée Kooi ", "bugs": { "url": "https://github.com/goto-bus-stop/setup-zig/issues"