Skip to content

Commit 90277fb

Browse files
committed
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)
1 parent 677dcec commit 90277fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262

6363
sourmash = python.buildPythonPackage ( commonArgs // rec {
6464
pname = "sourmash";
65-
version = "4.8.10";
65+
version = "4.8.11";
6666
format = "pyproject";
6767

6868
cargoDeps = rustPlatform.importCargoLock {

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ build-backend = 'maturin'
99
name = "sourmash"
1010
description = "tools for comparing biological sequences with k-mer sketches"
1111
readme = "README.md"
12-
version = "4.8.11-dev"
12+
version = "4.8.11"
1313

1414
authors = [
1515
{ name="Luiz Irber", orcid="0000-0003-4371-9659" },

0 commit comments

Comments
 (0)