Skip to content

Commit 2530d4c

Browse files
committed
Prepare a 0.2.0. release.
1 parent d550923 commit 2530d4c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# sparsevec 0.2.0 (2022-07-25)
2+
3+
* Move the backing storage (consisting of `PackedVec`s and `Vob`s) from `usize`
4+
to `u64`. This makes serialising/deserialising across machine widths possible
5+
(though not necessarily reliable!).
6+
7+
18
# sparsevec 0.1.4 (2021-10-20)
29

310
* Upgrade dependencies.

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.1.4"
4+
version = "0.2.0"
55
edition = "2018"
66
authors = ["Lukas Diekmann <[email protected]>"]
77
repository = "https://github.com/softdevteam/sparsevec/"

0 commit comments

Comments
 (0)