Releases: sourmash-bio/branchwater
Releases · sourmash-bio/branchwater
v0.2.0
Install branchwater-client 0.2.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/sourmash-bio/branchwater/releases/download/v0.2.0/branchwater-client-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy ByPass -c "irm https://github.com/sourmash-bio/branchwater/releases/download/v0.2.0/branchwater-client-installer.ps1 | iex"
Download branchwater-client 0.2.0
File | Platform | Checksum |
---|---|---|
branchwater-client-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
branchwater-client-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
branchwater-client-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
branchwater-client-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
v0.1.2-rc1
Install branchwater-client 0.1.2-rc1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/sourmash-bio/branchwater/releases/download/v0.1.2-rc1/branchwater-client-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy ByPass -c "irm https://github.com/sourmash-bio/branchwater/releases/download/v0.1.2-rc1/branchwater-client-installer.ps1 | iex"
Download branchwater-client 0.1.2-rc1
File | Platform | Checksum |
---|---|---|
branchwater-client-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
branchwater-client-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
branchwater-client-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
branchwater-client-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
v0.1.1
What's Changed
- fix: change mentions to mastiff with branchwater by @luizirber in #12
- docs: init readthedocs by @luizirber in #13
- build: Reenable macos CI checks by @luizirber in #15
- feat: documentation for new instance deployment by @luizirber in #4
- ci: release binaries using cargo-dist by @luizirber in #31
Full Changelog: https://github.com/sourmash-bio/branchwater/commits/v0.1.1