diff --git a/CHANGES.md b/CHANGES.md index dca6f4b..c1e9ddc 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,9 @@ +# sparsevec 0.3.0 (2025-07-16) + +* Move from (the unmaintained) `bincode` to `wincode`. The associated feature + name has also been renamed to `wincode`. + + # sparsevec 0.2.2 (2025-03-18) * Add an optional bincode dependency, which can be used as an alternative to diff --git a/Cargo.toml b/Cargo.toml index 9a93398..696102f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "sparsevec" description = "Compress vectors using row displacement" -version = "0.2.2" +version = "0.3.0" edition = "2018" authors = ["Lukas Diekmann "] repository = "https://github.com/softdevteam/sparsevec/"