Releases: iffy/install-nim
Releases · iffy/install-nim
Support Nim 1.6.10
v4.5.0 Bump to v4.5.0
v4
v4.4.0 - 2022-10-17
- NEW: You can now select
binary:stable
as a version to install
v4.3.1 - 2022-10-17
- FIX: Sort nightlies
v4.3.0 - 2022-10-13
- NEW: Support supplying
1.4
andbinary:1.4
instead of the full version string - FIX: Stop using now-deprecated set-output GitHub Actions command
v4.2.0 w/ nim 1.6.8
Add binary:1.6.8
v4.1.3 w/ nim 1.6.6
v4.1.3 - 2022-05-05
- 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)
v4.1.2 - 2022-02-14
- FIX: Add binary:1.2.18 and binary:1.6.4
v4.1.1 - 2021-12-17
- FIX: Add
binary:1.2.16
andbinary:1.6.2
v4.1.0 - 2021-12-13
- NEW: Added
binary:1.2.14
as an install option
How many releases can I make in a day?
v4.0.2 Bump to v4.0.2
v4.0.1
v4.0.1 - 2021-12-02
- 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"
v4.0.0
Bump to v4.0.0
Faster installs with `binary:`
You can now use binary:1.4.0
to install precompiled binaries. Much faster!
See nightlies.txt
in the repo for supported versions.
The Typo Fix Release
Changed name from Installs Nim
to Install Nim
Initial release
v3.2.2 - 2021-10-04
- FIX: Add workaround for permission error in choosenim 0.8.0
- FIX: Ensure that SHELL is set during choosenim builds (#14)
v3.2.1 - 2021-07-15
- FIX: Windows DLLs are installed if the installation method fails to do it
v3.2.0 - 2021-02-23
- NEW: Added ability to use
GITHUB_TOKEN
to avoid GitHub rate limits with nightlies - NEW: Added CHANGELOG