From bd1acb056904e99afca232fa6e5c4f549e6a280a Mon Sep 17 00:00:00 2001 From: Laurence Tratt Date: Mon, 17 Mar 2025 17:13:11 +0000 Subject: [PATCH] Prepare a 1.2.5 release. --- CHANGES.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 625e550..f9cc50c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,9 @@ +# packedvec 1.2.5 (2025-03-17) + +* Add an optional bincode dependency, which can be used as an alternative to + serde for encoding / decoding. + + # packedvec 1.2.4 (2021-08-04) * Fix bug where a negative minimum value could lead to integer overflow. diff --git a/Cargo.toml b/Cargo.toml index 86e379c..7a480f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "packedvec" description = "Store vectors of integers efficiently" repository = "https://github.com/softdevteam/packedvec/" -version = "1.2.4" +version = "1.2.5" authors = ["Gabriela Alexandra Moldovan ", "Laurence Tratt "] readme = "README.md" license = "Apache-2.0/MIT"