action-setup-zig/CHANGELOG.md

23 lines
582 B
Markdown
Raw Normal View History

2019-10-05 04:44:40 -06:00
# setup-zig change log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
2019-10-05 05:25:18 -06:00
2020-02-01 12:50:02 -07:00
## 1.2.1
* Make `version: master` actually work.
2020-01-23 02:56:47 -07:00
## 1.2.0
* Allow setting `version: master` to get the latest build from the development branch.
2019-10-09 04:33:13 -06:00
## 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.
2019-10-05 07:34:31 -06:00
## 1.0.1
* Add an icon and colour.
2019-10-05 05:25:18 -06:00
## 1.0.0
* Initial release.