From e86c8a87b7984229f98037a9b0124baaebf608d8 Mon Sep 17 00:00:00 2001 From: "C. Titus Brown" Date: Tue, 5 Nov 2024 14:02:04 -0800 Subject: [PATCH] MRG: update sourmash core to r0.17.0 (#3381) ## [0.17.0] - 2024-11-05 Changes/additions: * standardize on u32 for scaled, and introduce `ScaledType` (#3364) * panic when `FSStorage::load_sig` encounters more than one `Signature` in a JSON record (#3333) Updates: * Bump needletail from 0.5.1 to 0.6.0 (#3376) * Bump histogram from 0.11.0 to 0.11.1 (#3377) * Bump serde from 1.0.210 to 1.0.214 (#3368) * Bump serde_json from 1.0.128 to 1.0.132 (#3358) * Fix clippy lints from 1.83 beta (#3357) --- src/core/CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/core/CHANGELOG.md b/src/core/CHANGELOG.md index ac291b150..4c392caf2 100644 --- a/src/core/CHANGELOG.md +++ b/src/core/CHANGELOG.md @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [unreleased] +## [0.17.0] - 2024-11-05 + +Changes/additions: +* standardize on u32 for scaled, and introduce `ScaledType` (#3364) +* panic when `FSStorage::load_sig` encounters more than one `Signature` in a JSON record (#3333) + +Updates: + +* Bump needletail from 0.5.1 to 0.6.0 (#3376) +* Bump histogram from 0.11.0 to 0.11.1 (#3377) +* Bump serde from 1.0.210 to 1.0.214 (#3368) +* Bump serde_json from 1.0.128 to 1.0.132 (#3358) +* Fix clippy lints from 1.83 beta (#3357) + ## [0.16.0] - 2024-10-15 MSRV: 1.65