Skip to content

Commit af549d3

Browse files
v2.3.1
1 parent 3da8d0c commit af549d3

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
<!-- next-header -->
44

55
## git
6+
7+
## 2.3.1
68
- bugfix: Fix bug on 32-bit platforms where `1<<32` overflows.
79

810
## 2.3.0

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ seq-hash = "0.1.1"
1212

1313
[package]
1414
name = "simd-minimizers"
15-
version = "2.3.0"
15+
version = "2.3.1"
1616
edition = "2024"
1717
license = "MIT"
1818
repository = "https://github.com/rust-seq/simd-minimizers"

0 commit comments

Comments
 (0)