Skip to content

Commit 6716206

Browse files
authored
Merge pull request #32 from ltratt/sparsevec_0_3_0
Prepare a 0.3.0 release.
2 parents 8022783 + 78e23ba commit 6716206

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# sparsevec 0.3.0 (2025-07-16)
2+
3+
* Move from (the unmaintained) `bincode` to `wincode`. The associated feature
4+
name has also been renamed to `wincode`.
5+
6+
17
# sparsevec 0.2.2 (2025-03-18)
28

39
* Add an optional bincode dependency, which can be used as an alternative to

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.2"
4+
version = "0.3.0"
55
edition = "2018"
66
authors = ["Lukas Diekmann <lukas.diekmann@gmail.com>"]
77
repository = "https://github.com/softdevteam/sparsevec/"

0 commit comments

Comments
 (0)