From e948e55518b72108352a7d53273f58167c67662e Mon Sep 17 00:00:00 2001 From: trinity Pointard Date: Thu, 8 Jan 2026 14:51:45 +0100 Subject: [PATCH] prepare release --- CHANGELOG.md | 8 ++++++++ Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fe185c..1b25d3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# bitpacking 0.9.3 + +- Performance improvements in BitPacker4x for ARM + +# bitpacking 0.9.1 + +- Add strictly\_sorted variant of bitpackers which allow to compress sequence known to be strictly increasing (no equal element) in a slightly more compact format. + # bitpacking 0.8.2 - Much much faster compilation in debug mode. (#20) diff --git a/Cargo.toml b/Cargo.toml index 4f22027..f49403d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bitpacking" -version = "0.9.2" +version = "0.9.3" authors = ["Paul Masurel "] license = "MIT" readme = "README.md" diff --git a/README.md b/README.md index a06d3c1..ff2521a 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ It makes it possible to compress/decompress : Just add to your `Cargo.toml` : ```toml -bitpacking = "0.5" +bitpacking = "0.9" ``` For some bitpacking flavor and for some platform, the bitpacking crate