Skip to content

Commit 56c0ca6

Browse files
bors[bot]ltratt
andauthored
Merge #19
19: Prepare a 0.1.4 release. r=ptersilie a=ltratt Co-authored-by: Laurence Tratt <[email protected]>
2 parents 0a537a6 + 69b05f6 commit 56c0ca6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# sparsevec 0.1.4 (2021-10-20)
2+
3+
* Upgrade dependencies.
4+
5+
16
# sparsevec 0.1.3 (2019-12-06)
27

38
* Allow `SparseVec`s to be printed with the debug formatter `{:?}`.

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

0 commit comments

Comments
 (0)