setup-zig/CHANGELOG.md

37 lines
854 B
Markdown
Raw Normal View History

2019-10-05 10:44:40 +00: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 11:25:18 +00:00
2020-10-11 16:21:10 +00:00
## 1.2.5
* Update dependencies to fix #11.
2020-09-19 13:54:49 +00:00
## 1.2.4
* Update dependencies simple-get and ncc.
2020-03-07 15:11:43 +00:00
## 1.2.3
* Configure Actions to build releases automatically.
2020-02-17 14:18:38 +00:00
## 1.2.2
* Update examples. (#7)
* Upgrade dependencies.
* Recommend using @v1 instead of pinning to a version.
2020-02-01 19:50:02 +00:00
## 1.2.1
* Make `version: master` actually work.
2020-01-23 09:56:47 +00:00
## 1.2.0
* Allow setting `version: master` to get the latest build from the development branch.
2019-10-09 10:33:13 +00: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 13:34:31 +00:00
## 1.0.1
* Add an icon and colour.
2019-10-05 11:25:18 +00:00
## 1.0.0
* Initial release.