Skip to content

Commit

Permalink
MRG: release core r0.17.1 (#3388)
Browse files Browse the repository at this point in the history
## [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
ctb authored Nov 11, 2024
1 parent c736315 commit c8b8f4e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions src/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [unreleased]

## [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)

## [0.17.0] - 2024-11-05

Changes/additions:
Expand Down
2 changes: 1 addition & 1 deletion src/core/Cargo.toml
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"
Expand Down

0 comments on commit c8b8f4e

Please sign in to comment.