Skip to content

Commit dfd1f15

Browse files
v4.3.0
1 parent 930e22a commit dfd1f15

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22

3-
## Upcoming
3+
## 4.3.0
4+
- Add `unpack_kmer_to_vec(kmer: u64, k) -> Vec` and variants.
5+
- Add `pack_kmer_lossy(kmer: &[u8]) -> u64` and variants.
46
- switch to `ensure_simd`
57

68
## 4.2.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
@@ -1,6 +1,6 @@
11
[package]
22
name = "packed-seq"
3-
version = "4.2.0"
3+
version = "4.3.0"
44
edition = "2021"
55
license = "MIT"
66
repository = "https://github.com/rust-seq/packed-seq"

0 commit comments

Comments
 (0)