Releases: laytan/setup-odin
v2.1.0 - Support MacOS arm64, fix for latest releases, and bump deps
What's Changed
- feat: fix latest release and add macos arm support by @laytan in #18
- Bump actions/setup-node from 3.8.1 to 4.0.2 by @dependabot in #19
- Bump actions/checkout from 3 to 4 by @dependabot in #4
- Bump @actions/core from 1.10.0 to 1.10.1 by @dependabot in #7
- Bump @vercel/ncc from 0.36.1 to 0.38.1 by @dependabot in #11
- Bump eslint from 8.48.0 to 8.57.0 by @dependabot in #20
- Bump jest from 29.6.4 to 29.7.0 by @dependabot in #8
Full Changelog: v2.0.1...v2.1.0
v2.0.1
Actually change the version in readme and package.json.
Full Changelog: v2.0.0...v2.0.1
v2.0.0
setup-odin
will now download the pre-compiled (latest) releases by default.
This comes with a configuration change, to build from source like in the earlier release make the following changes:
- change
odin-version
tobranch
- add the
release
option and set it tofalse
You can change the release
to any tag, eg dev-2024-01
to always download that release.
Release based setups are not affected by the configuration keys llvm-version
, build-type
or cache
.
Also, in v1.1.2
caching has been disabled by default and will probably be removed in a later release, it seems to mostly slow down the action instead of speeding it up because of the size of LLVM and the slow upload speeds of runners.
Full Changelog: v1.1.2...v2.0.0
Fix slow post step because caching is often slower than redownloading
v1.1.2 disable caching by default, it is often slower than redownloading
v1.1.1
add branding