Release Notes
Features
- dist: automatically publish to a homebrew tap (023ebcca)
Bug Fixes
- cache: cache recovery was working off JSON metadata, not new rkyv-based one (7c566287)
- unsafe: use safe version of method that verifies data. No perf impact noticeable (1a6b54ac)
- resolver: fix issue with aliases not being handled properly (85d31713)
- resolver: node paths should use their fs name (544639b7)
- resolver: go ahead and try to resolve if we just have a version (8d04d84b)
Documentation
- build: document build requirements (16391bec)
Install orogene 0.3.32
Install prebuilt binaries via shell script
:::sh
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/orogene/orogene/releases/download/v0.3.32/orogene-installer.sh | sh
Install prebuilt binaries via powershell script
:::sh
irm https://github.com/orogene/orogene/releases/download/v0.3.32/orogene-installer.ps1 | iex
Install prebuilt binaries into your npm project
:::sh
npm install orogene@0.3.32
Install prebuilt binaries via Homebrew
:::sh
brew install orogene/homebrew-tap/orogene
Download orogene 0.3.32
File | Platform | Checksum |
---|---|---|
orogene-aarch64-apple-darwin.tar.gz | macOS Apple Silicon | checksum |
orogene-x86_64-apple-darwin.tar.gz | macOS Intel | checksum |
orogene-x86_64-pc-windows-msvc.tar.gz | Windows x64 | checksum |
orogene-x86_64-unknown-linux-gnu.tar.gz | Linux x64 | checksum |
orogene-x86_64-pc-windows-msvc.msi | Windows x64 | checksum |