Releases: sts10/wla
Releases · sts10/wla
Version 0.2.5
Release Notes
- Removes one binary that failed to build, halting release of v0.2.4.
- Upgrades
rand
dependency to v0.9.0. - Uses latest version of
dist
/cargo-dist
to create this release.
Install wla 0.2.5
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/sts10/wla/releases/download/v0.2.5/wla-installer.sh | sh
Download wla 0.2.5
File | Platform | Checksum |
---|---|---|
wla-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
wla-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
wla-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
wla-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
wla-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
wla-x86_64-unknown-linux-musl.tar.xz | x64 MUSL Linux | checksum |
v0.2.3
Download wla 0.2.3
Nothing major new in this release.
- Bumps some dependencies up to current version.
- Makes
cargo-dist
version up-to-date, hopefully improving built binaries.
File | Platform | Checksum |
---|---|---|
wla-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
wla-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
wla-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
wla-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
Version 0.2.2
Release Notes
Fixes incorrect help text describing functionality of the decode
option. Also removes a leftover debug eprintln
statement.
Download wla 0.2.2
File | Platform | Checksum |
---|---|---|
wla-aarch64-apple-darwin.tar.xz | macOS Apple Silicon | checksum |
wla-x86_64-apple-darwin.tar.xz | macOS Intel | checksum |
wla-x86_64-pc-windows-msvc.zip | Windows x64 | checksum |
wla-x86_64-unknown-linux-gnu.tar.xz | Linux x64 | checksum |
Version 0.2.1
Release Notes
- 4165e88 - be more explicit about types in find_mean_edit_distance function to avoid a bug when auditing long lists. See #3.
Download wla 0.2.1
File | Platform | Checksum |
---|---|---|
wla-aarch64-apple-darwin.tar.xz | macOS Apple Silicon | checksum |
wla-x86_64-apple-darwin.tar.xz | macOS Intel | checksum |
wla-x86_64-pc-windows-msvc.zip | Windows x64 | checksum |
wla-x86_64-unknown-linux-gnu.tar.xz | Linux x64 | checksum |
Version 0.1.5
Release Notes
Uses a refactored and improved implementation of the Sardinas-Patterson algorithm to check lists for unique decodability. Special thanks to @westonal.
Download wla 0.1.5
File | Platform | Checksum |
---|---|---|
wla-aarch64-apple-darwin.tar.xz | macOS Apple Silicon | checksum |
wla-x86_64-apple-darwin.tar.xz | macOS Intel | checksum |
wla-x86_64-pc-windows-msvc.zip | Windows x64 | checksum |
wla-x86_64-unknown-linux-gnu.tar.xz | Linux x64 | checksum |
v0.1.4
Changes
- Uses cargo-dist to generate releases
Download wla 0.1.4
File | Platform | Checksum |
---|---|---|
wla-aarch64-apple-darwin.tar.xz | macOS Apple Silicon | checksum |
wla-x86_64-apple-darwin.tar.xz | macOS Intel | checksum |
wla-x86_64-pc-windows-msvc.zip | Windows x64 | checksum |
wla-x86_64-unknown-linux-gnu.tar.xz | Linux x64 | checksum |