v0.5.1 - Cogs and Wrenches
This version includes a hotfix for containerized runs.
What's Changed
- fix: fix bad parsing of root dir path by @MrHedmad in #63
- The default path ("/") was not applied correctly to internal (host) paths since Rust's PathBuf treats it as an empty path. This was fixed.
- Reverted a breaking change whereas the
src/dockerfiles
default path was changed tosrc/containers
, but this was not supposed to be released yet.
Full Changelog: v0.5.0...v0.5.1
Install kerblam 0.5.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/MrHedmad/kerblam/releases/download/v0.5.1/kerblam-installer.sh | sh
Download kerblam 0.5.1
File | Platform | Checksum |
---|---|---|
kerblam-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
kerblam-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
kerblam-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
kerblam-x86_64-unknown-linux-musl.tar.xz | x64 MUSL Linux | checksum |