v0.8.2
Pre-releaseThis is the 0.8.2 patch release for Bindle. This release only contains CI changes (see 'What's Changed' below), primarily so that we get Linux aarch64 artifacts from the release/0.8 branch. There are no code changes.
Installing
You can download the prebuilt binaries for the Bindle CLI client and the Bindle server from the following links:
Once downloaded, you can follow the installation and getting started instructions
Using as a crate
Besides the pre-compiled binaries, we also publish a fully featured crate (that the binaries also use). You can find docs here.
Caveats
Please note that this is NOT production-ready software, but it is in a usable/consumable state. Because this is pre-1.0 software, we make no guarantees about spec, Rust API, or CLI compatibility. However, we will do our best to call out every breaking change in future release notes. Once we hit 1.0, backwards compatibility guarantees will be in effect.
What's Changed
- chore(release/0.8): cherry-pick CI features/fixes by @vdice in #359
- fix(release.yaml): add apt-get update in aarch64 build step (#360) by @vdice in #361
- chore(Cargo.toml): bump version to 0.8.2 by @vdice in #363
Full Changelog: v0.8.1...v0.8.2