Releases: unkcpz/rsdos
Releases · unkcpz/rsdos
Nightly build 2025-01-31
nightly Release nightly
v0.2.0
Install rsdos 0.2.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/unkcpz/rsdos/releases/download/v0.2.0/rsdos-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/unkcpz/rsdos/releases/download/v0.2.0/rsdos-installer.ps1 | iex"
Install prebuilt binaries via Homebrew
brew install unkcpz/tap/rsdos
Download rsdos 0.2.0
File | Platform | Checksum |
---|---|---|
rsdos-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
rsdos-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
rsdos-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
rsdos-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
rsdos-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
rsdos-x86_64-unknown-linux-musl.tar.xz | x64 MUSL Linux | checksum |
What's Changed
- Python bin binding so
rsdos
CLI can install from pip by @unkcpz in #51 - Installation instructions in README.md by @unkcpz in #59
- Bump actions/attest-build-provenance from 1 to 2 by @dependabot in #53
- Bump tempfile from 3.10.1 to 3.15.0 by @dependabot in #54
- fix Pack hash compute from raw data not compressed data by @unkcpz in #60
- Add to pack indepdently by first to sandbox by @unkcpz in #62
- Use TryFrom to convert L/P object to bytes by @unkcpz in #64
- Support py3.9 since anyway uses abi3-py39 by @unkcpz in #65
Full Changelog: 0.1.0...v0.2.0