Skip to content

1.4.0 - 2025-03-05

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 05 Mar 18:35
v1.4.0
8bd4204

Release Notes

Fixed

  • The reworked criticalup run behavior was not correctly checking that the toolchain specified
    in criticalup.toml was installed. This lead to some situations where users could accidentally
    run a non-Ferrocene tool when they meant to run Ferrocene tools. This behavior has been altered
    and CriticalUp will now present users with an error suggesting they install the toolchain.

Added

  • New subcommand init creates a simple project manifest file in the current directory. A flag --print can
    be passed to not save the file and only print the contents.

Install criticalup 1.4.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/ferrocene/criticalup/releases/download/v1.4.0/criticalup-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy ByPass -c "irm https://github.com/ferrocene/criticalup/releases/download/v1.4.0/criticalup-installer.ps1 | iex"

Download criticalup 1.4.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