From 90277fb9d68f65b1e663b975d6062d321bf1f267 Mon Sep 17 00:00:00 2001 From: Luiz Irber Date: Tue, 30 Jul 2024 19:52:21 -0700 Subject: [PATCH] v4.8.11 Minor new features: - RocksDB storage and self-contained RevIndex with internal storage (#3250) Bug fixes: Cleanup and documentation updates: - Update dev env instructions (#2990) Developer updates: - Enable codspeed for Rust perf tracking (#3231) - bump cibuildwheel for linux fixes, move wasm to use cibuildwheel too (#3241) Dependabot updates: - Break ahash dep cycle by bumping to 0.7.8, nix flake update (#3243) - pre-commit autoupdate (#3270) (#3260) (#3255) (#3238) - Bump DeterminateSystems/nix-installer-action from 12 to 13 (#3259) - Update pytest requirement from <8.3.0,>=6.2.4 to >=6.2.4,<8.4.0 (#3258) - Bump thiserror from 1.0.62 to 1.0.63 (#3257) - Bump thiserror from 1.0.61 to 1.0.62 (#3254) - Bump roaring from 0.10.5 to 0.10.6 (#3245) - Bump serde from 1.0.203 to 1.0.204 (#3244) - Bump counter from 0.5.7 to 0.6.0 (#3235) - Bump log from 0.4.21 to 0.4.22 (#3236) - Bump serde_json from 1.0.117 to 1.0.120 (#3234) --- flake.nix | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 69d3acb5dc..a9d567db5d 100644 --- a/flake.nix +++ b/flake.nix @@ -62,7 +62,7 @@ sourmash = python.buildPythonPackage ( commonArgs // rec { pname = "sourmash"; - version = "4.8.10"; + version = "4.8.11"; format = "pyproject"; cargoDeps = rustPlatform.importCargoLock { diff --git a/pyproject.toml b/pyproject.toml index 7b3f310617..ce7c1b7069 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ build-backend = 'maturin' name = "sourmash" description = "tools for comparing biological sequences with k-mer sketches" readme = "README.md" -version = "4.8.11-dev" +version = "4.8.11" authors = [ { name="Luiz Irber", orcid="0000-0003-4371-9659" },