Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions croaring/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.5.2](https://github.com/RoaringBitmap/croaring-rs/compare/croaring-v2.5.1...croaring-v2.5.2) - 2026-01-02

### Other
- Update to croaring 4.5.1 (by @Dr-Emann) - #212
- *(deps)* Bump allocator-api2 from 0.3.1 to 0.4.0 (by @dependabot[bot]) - #209
- *(deps)* Bump criterion from 0.7.0 to 0.8.1 (by @dependabot[bot]) - #211
- Update CI badge in README.md (by @lemire)
- Update croaring to 4.4.1 (by @Dr-Emann) - #202

## [2.5.1](https://github.com/RoaringBitmap/croaring-rs/compare/croaring-v2.5.0...croaring-v2.5.1) - 2025-10-02

### Other
Expand Down
2 changes: 1 addition & 1 deletion croaring/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "croaring"
version = "2.5.1"
version = "2.5.2"
edition = "2021"
authors = ["croaring-rs developers"]
license = "Apache-2.0"
Expand Down
Loading