-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [0.17.1] - 2024-11-11 Changes/additions: * fix: Avoid re-calculating md5sum on clone and conversion to KmerMinHashBTree (#3385) * build: simplify Rust release (#3392)
- Loading branch information
Showing
3 changed files
with
8 additions
and
2 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "sourmash" | ||
version = "0.17.0" | ||
version = "0.17.1" | ||
authors = ["Luiz Irber <[email protected]>", "N. Tessa Pierce-Ward <[email protected]>"] | ||
description = "tools for comparing biological sequences with k-mer sketches" | ||
repository = "https://github.com/sourmash-bio/sourmash" | ||
|