Skip to content

v0.9.1 - 2026-08-02

Choose a tag to compare

@github-actions github-actions released this 02 Aug 21:07

Release Notes

Features

  • (salvor) the umbrella crate compiles the front-page sample - (4397ece) - Josey Morton

Bug Fixes

  • (server) a client-run 401 names the server-side key variable - (94c8173) - Josey Morton

Documentation

  • count v0.9.0 among the shipped releases - (6a70725) - Josey Morton

Continuous Integration

  • wait as long for the release as the release actually takes - (4746f31) - Josey Morton

Install salvor-cli 0.9.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/joseym/salvor/releases/download/v0.9.1/salvor-cli-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/joseym/salvor/releases/download/v0.9.1/salvor-cli-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install joseym/tap/salvor

Download salvor-cli 0.9.1

File Platform Checksum
salvor-cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
salvor-cli-x86_64-apple-darwin.tar.xz Intel macOS checksum
salvor-cli-x86_64-pc-windows-msvc.zip x64 Windows checksum
salvor-cli-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
salvor-cli-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
salvor-cli-aarch64-unknown-linux-musl.tar.xz ARM64 MUSL Linux checksum
salvor-cli-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum