- FIX: Add
binary:2.2.2
- FIX: Add
binary:2.0.14
- FIX: Add
binary:2.0.12
- FIX: Added new binary versions
- FIX: Add
binary:2.0.8
- FIX: Add
binary:2.0.6
- FIX: Add
binary:1.6.20
andbinary:2.0.4
- FIX: Add
binary:1.6.18
andbinary:2.0.2
- FIX: Use GITHUB_TOKEN authentication when downloading prebuilt binaries
- FIX: Add
binary:1.6.16
- BREAKING CHANGE: Remove Python dependency when for computing absolute paths. This is listed as breaking as a precaution -- all the existing tests still pass.
- FIX: Support Nim v2.0.0 (#38)
- FIX: When run outside of CI, inform the user what needs to be added to the PATH
- FIX: Add nightly for v1.6.14
- FIX: Allow installing Nim within a container in GitHub Actions
- NEW: Add
binary:1.6.12
- FIX: You can now install nightlies from a URL other than the official Nim URL
- FIX: Fix installing from source on Windows for versions 1.6.x and greater
- NEW: Support installing from Git repos other than the official Nim repo
- FIX: Enable
binary:1.2.6
- NEW: Add Nim 1.6.10
- NEW: You can now select
binary:stable
as a version to install
- FIX: Sort nightlies
- NEW: Support supplying
1.4
andbinary:1.4
instead of the full version string - FIX: Stop using now-deprecated set-output GitHub Actions command
- NEW: Add
binary:1.6.8
- FIX: Add
binary:1.6.6
- FIX: Anchored the regex that searches for
binary:
versions so that it no longer searches within the URL/Hash for each version (#23)
- FIX: Add binary:1.2.18 and binary:1.6.4
- FIX: Add
binary:1.2.16
andbinary:1.6.2
- NEW: Added
binary:1.2.14
as an install option
- FIX: For real... look for nightlies.txt in the right spot
- FIX:
$HOME/.nimble/bin
is always added to PATH now - FIX: Added test for installed nimble binaries being in the path
- FIX:
binary:
prefix installations work instead of failing to findnightlies.txt
- FIX: Revert to running from current dir"
- BREAKING CHANGE: Run install-nim.sh within the github.action_path directory
- NEW: Added the
binary:
tag for installing pre-compiled binaries from nightlies, but only having to specify a version. Not supported for all versions.
- FIX: Added to GitHub Marketplace
- FIX: Add workaround for permission error in choosenim 0.8.0
- FIX: Ensure that SHELL is set during choosenim builds (#14)
- FIX: Windows DLLs are installed if the installation method fails to do it
- NEW: Added ability to use
GITHUB_TOKEN
to avoid GitHub rate limits with nightlies - NEW: Added CHANGELOG