Skip to content

1.3.0 - 2025-01-30

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jan 22:53
7b7f1ad

Release Notes

Changed

  • criticalup run now behaves more similar to rustup run and uv run, allowing you to run
    criticalup run $WHATEVER and have the respective tool see the appropriate CriticalUp-managed tools
    within the $PATH (or equivalent). A --strict flag was added to make it possible to ensure only
    tools within the installation are run.

Added

  • Added a criticalup doc command which opens the documentation of the relevant Ferrocene version.
  • Release instructions to README.
  • Subscription management docs.

Fixed

  • Running Clean command now ensures that there are no leftover unused binary proxies.

Install criticalup 1.3.0

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

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