This commit is contained in:
Renée Kooi 2020-11-11 12:44:03 +01:00
parent d9392a17cf
commit 41ae19e72e
No known key found for this signature in database
GPG Key ID: 9940E33D1A44ADBF
2 changed files with 11 additions and 2 deletions

View File

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

View File

@ -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 <renee@kooi.me>",
"bugs": {
"url": "https://github.com/goto-bus-stop/setup-zig/issues"