Skip to content

1.2.0 - 2024-11-25

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 25 Nov 18:27
1c3db8a

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

File Platform Checksum
criticalup-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
criticalup-x86_64-pc-windows-msvc.zip x64 Windows checksum
criticalup-x86_64-pc-windows-msvc.msi x64 Windows checksum
criticalup-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
criticalup-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum