- 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