From 74f5104e018b909f1399273d1fd8c36b77614306 Mon Sep 17 00:00:00 2001 From: "C. Titus Brown" Date: Fri, 15 Nov 2024 10:37:53 -0800 Subject: [PATCH] MRG: bump sourmash core to r0.17.2 (#3399) ## [0.17.2] - 2024-11-15 MSRV: 1.66 Changes/additions: * enforce a single scaled on a `CollectionSet` (#3397) * change `sig_from_record` to use scaled from `Record` to downsample (#3387) Updates: * Upgrade rocksdb to 0.22.0, bump MSRV to 1.66 (#3383) * Bump thiserror from 1.0.68 to 2.0.3 (#3389) * Bump csv from 1.3.0 to 1.3.1 (#3390) * Bump tempfile from 3.13.0 to 3.14.0 (#3391) --- Cargo.lock | 2 +- src/core/CHANGELOG.md | 16 ++++++++++++++++ src/core/Cargo.toml | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 06ab8e9bfe..acfad6f962 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1640,7 +1640,7 @@ checksum = "9f1341053f34bb13b5e9590afb7d94b48b48d4b87467ec28e3c238693bb553de" [[package]] name = "sourmash" -version = "0.17.1" +version = "0.17.2" dependencies = [ "az", "byteorder", diff --git a/src/core/CHANGELOG.md b/src/core/CHANGELOG.md index 21529a51ba..711267f1a9 100644 --- a/src/core/CHANGELOG.md +++ b/src/core/CHANGELOG.md @@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [unreleased] +## [0.17.2] - 2024-11-15 + +MSRV: 1.66 + +Changes/additions: + +* enforce a single scaled on a `CollectionSet` (#3397) +* change `sig_from_record` to use scaled from `Record` to downsample (#3387) + +Updates: + +* Upgrade rocksdb to 0.22.0, bump MSRV to 1.66 (#3383) +* Bump thiserror from 1.0.68 to 2.0.3 (#3389) +* Bump csv from 1.3.0 to 1.3.1 (#3390) +* Bump tempfile from 3.13.0 to 3.14.0 (#3391) + ## [0.17.1] - 2024-11-11 Changes/additions: diff --git a/src/core/Cargo.toml b/src/core/Cargo.toml index fc00b075ab..83c6d63c79 100644 --- a/src/core/Cargo.toml +++ b/src/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sourmash" -version = "0.17.1" +version = "0.17.2" authors = ["Luiz Irber ", "N. Tessa Pierce-Ward ", "C. Titus Brown "] description = "tools for comparing biological sequences with k-mer sketches" repository = "https://github.com/sourmash-bio/sourmash"