diff --git a/Cargo.lock b/Cargo.lock index 7980b65..b240acb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -194,7 +194,7 @@ dependencies = [ [[package]] name = "croaring" -version = "2.5.2" +version = "2.6.0" dependencies = [ "allocator-api2", "criterion", diff --git a/croaring/CHANGELOG.md b/croaring/CHANGELOG.md index 1bc9d34..8f069c5 100644 --- a/croaring/CHANGELOG.md +++ b/croaring/CHANGELOG.md @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.6.0](https://github.com/RoaringBitmap/croaring-rs/compare/croaring-v2.5.2...croaring-v2.6.0) - 2026-04-02 + +### Added +- Remove_run_compression, add_offset, Clone::clone_from (by @Dr-Emann) - #220 + +### Other +- Update to croaring 4.6.1 (by @Dr-Emann) - #218 +- Test deserialing at offsets (by @Dr-Emann) - #219 + ## [2.5.2](https://github.com/RoaringBitmap/croaring-rs/compare/croaring-v2.5.1...croaring-v2.5.2) - 2026-01-02 ### Other diff --git a/croaring/Cargo.toml b/croaring/Cargo.toml index 5ac875f..79f9640 100644 --- a/croaring/Cargo.toml +++ b/croaring/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "croaring" -version = "2.5.2" +version = "2.6.0" edition = "2021" authors = ["croaring-rs developers"] license = "Apache-2.0"