Skip to content

Commit ba2123c

Browse files
committed
Prepare a 2.0.0 release.
1 parent 2abe430 commit ba2123c

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+
# packedvec 2.0.0 (2026-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
# packedvec 1.2.5 (2025-03-17)
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
@@ -2,7 +2,7 @@
22
name = "packedvec"
33
description = "Store vectors of integers efficiently"
44
repository = "https://github.com/softdevteam/packedvec/"
5-
version = "1.2.5"
5+
version = "2.0.0"
66
authors = ["Gabriela Alexandra Moldovan <gabi_250@live.com>", "Laurence Tratt <http://tratt.net/laurie/>"]
77
readme = "README.md"
88
license = "Apache-2.0/MIT"

0 commit comments

Comments
 (0)