Skip to content

0.6.1 - 2023-12-20

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Dec 16:57
· 46 commits to main since this release

Release Notes

This patch release tweaks behaviour to have oranda prefer its own curl | sh expressions
over the ones cargo-dist generates, because it has more context than cargo-dist
to produce the best possible expression.

Install oranda 0.6.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/oranda/releases/download/v0.6.1/oranda-installer.sh | sh

Install prebuilt binaries via powershell script

irm https://github.com/axodotdev/oranda/releases/download/v0.6.1/oranda-installer.ps1 | iex

Install prebuilt binaries into your npm project

npm install @axodotdev/oranda@0.6.1

Install prebuilt binaries via Homebrew

brew install axodotdev/homebrew-tap/oranda

Download oranda 0.6.1

File Platform Checksum
oranda-aarch64-apple-darwin.tar.gz macOS Apple Silicon checksum
oranda-x86_64-apple-darwin.tar.gz macOS Intel checksum
oranda-x86_64-pc-windows-msvc.tar.gz Windows x64 checksum
oranda-x86_64-unknown-linux-gnu.tar.gz Linux x64 checksum
oranda-x86_64-unknown-linux-musl.tar.gz musl Linux x64 checksum