Skip to content

Commit a53faf3

Browse files
authored
Merge pull request #29 from ltratt/sparsevec_0_2_2
Prepare a 0.2.2 release.
2 parents dcf7399 + 38e4e08 commit a53faf3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# sparsevec 0.2.2 (2025-03-18)
2+
3+
* Add an optional bincode dependency, which can be used as an alternative to
4+
serde for encoding / decoding.
5+
6+
17
# sparsevec 0.2.1 (2024-11-24)
28

39
* Optimise the creation of a sparsevec: when used, for example, for grmtools'

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "sparsevec"
33
description = "Compress vectors using row displacement"
4-
version = "0.2.1"
4+
version = "0.2.2"
55
edition = "2018"
66
authors = ["Lukas Diekmann <[email protected]>"]
77
repository = "https://github.com/softdevteam/sparsevec/"

0 commit comments

Comments
 (0)