Skip to content

Commit bd1acb0

Browse files
committed
Prepare a 1.2.5 release.
1 parent 7074873 commit bd1acb0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# packedvec 1.2.5 (2025-03-17)
2+
3+
* Add an optional bincode dependency, which can be used as an alternative to
4+
serde for encoding / decoding.
5+
6+
17
# packedvec 1.2.4 (2021-08-04)
28

39
* Fix bug where a negative minimum value could lead to integer overflow.

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.4"
5+
version = "1.2.5"
66
authors = ["Gabriela Alexandra Moldovan <[email protected]>", "Laurence Tratt <http://tratt.net/laurie/>"]
77
readme = "README.md"
88
license = "Apache-2.0/MIT"

0 commit comments

Comments
 (0)