Releases: ferrocene/criticalup
Releases · ferrocene/criticalup
1.2.0 - 2024-11-25
Release Notes
Changed
- Standardized error messages as close to English rules as possible.
- Changed several CriticalTrust APIs to be async.
- Added a
criticalup verify
command that can be used to verify that a locally installed toolchain
is not corrupted or tampered with.
- Added
criticalup archive
which creates an archive of the toolchain for cold storage or backup.
Fixed
- Bug when using
--offline
mode to install with expired revocation info ends in installation failure. To
support proper --offline
mode, the expiration date on revocation info hash must be ignored.
Install criticalup 1.2.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/ferrocene/criticalup/releases/download/v1.2.0/criticalup-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy ByPass -c "irm https://github.com/ferrocene/criticalup/releases/download/v1.2.0/criticalup-installer.ps1 | iex"
Download criticalup 1.2.0
1.1.0 - 2024-08-28
Release Notes
Install criticalup 1.1.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/ferrocene/criticalup/releases/download/v1.1.0/criticalup-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -c "irm https://github.com/ferrocene/criticalup/releases/download/v1.1.0/criticalup-installer.ps1 | iex"
Download criticalup 1.1.0
1.0.2 - 2024-07-11
Release Notes
Added
- Retry downloads in case of network issue (#28).
Install criticalup 1.0.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/ferrocene/criticalup/releases/download/v1.0.2/criticalup-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -c "irm https://github.com/ferrocene/criticalup/releases/download/v1.0.2/criticalup-installer.ps1 | iex"
Download criticalup 1.0.2
1.0.1 - 2024-05-29
Release Notes
Fixed
- Versioning issue where
--version
was still showing 0.0.0
(#24).
Changed
- Update dependencies for all crates in the project workspace (#10).
Install criticalup 1.0.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/ferrocene/criticalup/releases/download/v1.0.1/criticalup-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -c "irm https://github.com/ferrocene/criticalup/releases/download/v1.0.1/criticalup-installer.ps1 | iex"
Download criticalup 1.0.1
v1.0.0
Install criticalup 1.0.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/ferrocene/criticalup/releases/download/v1.0.0/criticalup-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -c "irm https://github.com/ferrocene/criticalup/releases/download/v1.0.0/criticalup-installer.ps1 | iex"
Download criticalup 1.0.0
v1.0.0-prerelease.1
Install criticalup 1.0.0-prerelease.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/ferrocene/criticalup/releases/download/v1.0.0-prerelease.1/criticalup-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -c "irm https://github.com/ferrocene/criticalup/releases/download/v1.0.0-prerelease.1/criticalup-installer.ps1 | iex"
Download criticalup 1.0.0-prerelease.1