From e3f44917738279c36f545619ec57cceea6216630 Mon Sep 17 00:00:00 2001 From: "C. Titus Brown" Date: Wed, 19 Jun 2024 06:42:44 -0700 Subject: [PATCH] bump core version to 0.14.1 --- src/core/CHANGELOG.md | 17 +++++++++++++++++ src/core/Cargo.toml | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/src/core/CHANGELOG.md b/src/core/CHANGELOG.md index c5a41b3a76..1412753bfa 100644 --- a/src/core/CHANGELOG.md +++ b/src/core/CHANGELOG.md @@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [unreleased] +## [0.14.1] - 2024-06-19 + +MSRV: 1.65 + +Changes/additions: + +* adjust how ANI is calculated in the revindex code. (#3218) + +Updates: + +* Bump histogram from 0.10.2 to 0.11.0 (#3216) +* Bump histogram from 0.10.1 to 0.10.2 (#3207) +* Bump statrs from 0.16.1 to 0.17.1 (#3205) +* Bump roaring from 0.10.4 to 0.10.5 (#3206) +* Bump primal-check from 0.3.3 to 0.3.4 (#3208) +* Bump niffler from 2.5.0 to 2.6.0 (#3204) + ## [0.14.0] - 2024-06-10 MSRV: 1.65 diff --git a/src/core/Cargo.toml b/src/core/Cargo.toml index c89cb0d28d..c87413f554 100644 --- a/src/core/Cargo.toml +++ b/src/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sourmash" -version = "0.14.0" +version = "0.14.1" authors = ["Luiz Irber ", "N. Tessa Pierce-Ward "] description = "tools for comparing biological sequences with k-mer sketches" repository = "https://github.com/sourmash-bio/sourmash"