Skip to content

Releases: goto-bus-stop/setup-zig

v2.2.1

28 Sep 07:29
Compare
Choose a tag to compare

This will be the final release in this repository.
Please see #88 for an upgrade guide.
Thanks for using setup-zig!

Thanks @davidgm94 and @mlugg!

v2.2.0

30 Dec 11:37
Compare
Choose a tag to compare
  • Update the action to use Node.js 20. #61
  • Add a test for zig 0.11.0. #62

Thanks @chenrui333!

v2.1.1

08 Jul 16:03
Compare
Choose a tag to compare
  • Fix cache: false, see #55.

Thanks to @linusg for the report!

v2.1.0

25 Jun 15:48
Compare
Choose a tag to compare
  • The action now caches compilers in your repository's Actions cache by default. This significantly
    speeds up installs on average. #53

    2.0.2 also had caching-related changes but they didn't actually do much, based on a misunderstanding
    of what the tool-cache is for.

v1.4.0

25 Jun 16:03
Compare
Choose a tag to compare
  • The action now caches compilers in your repository's Actions cache by default. This significantly
    speeds up installs on average. #54

v2.0.2

18 May 12:35
Compare
Choose a tag to compare
  • Fix tool-cache usage, this should speed up the action if zig was already downloaded before. #45

v2.0.1

07 Nov 12:47
Compare
Choose a tag to compare
  • Update docs to v2

v2.0.0

07 Nov 12:37
Compare
Choose a tag to compare
  • Change version option default to master. See #24

v1.3.0

11 Nov 11:45
41ae19e
Compare
Choose a tag to compare
  • Support pinning to a specific commit of the zig compiler. (@codehz in #14)
    uses: goto-bus-stop/setup-zig@v1
    with:
      version: 0.6.0+4b48fccad
  • Add tests for the version -> URL resolution code.

v1.2.5

11 Oct 16:21
7d76118
Compare
Choose a tag to compare
  • Update dependencies to fix #11.