From 41ae19e72e21b9a1380e86ff9f058db709fc8fc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e=20Kooi?= Date: Wed, 11 Nov 2020 12:44:03 +0100 Subject: [PATCH] 1.3.0 --- CHANGELOG.md | 11 ++++++++++- package.json | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab8a6e4..4b796dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 1.3.0 +* Support pinning to a specific commit of the zig compiler. ([@codehz](https://github.com/codehz) in [#14](https://github.com/goto-bus-stop/setup-zig/pull/14)) + ```yaml + uses: goto-bus-stop/setup-zig@v1 + with: + version: 0.6.0+4b48fccad + ``` +* Add tests for the version -> URL resolution code. + ## 1.2.5 * Update dependencies to fix #11. @@ -14,7 +23,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). * Configure Actions to build releases automatically. ## 1.2.2 -* Update examples. (#7) +* Update examples. ([#7](https://github.com/goto-bus-stop/setup-zig/pull/7)) * Upgrade dependencies. * Recommend using @v1 instead of pinning to a version. diff --git a/package.json b/package.json index c22a8e4..84a9647 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.2.5", + "version": "1.3.0", "author": "Renée Kooi ", "bugs": { "url": "https://github.com/goto-bus-stop/setup-zig/issues"