Skip to content

Commit 9813850

Browse files
authored
chore(croaring): release v2.5.2
1 parent a995cb8 commit 9813850

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

croaring/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [2.5.2](https://github.com/RoaringBitmap/croaring-rs/compare/croaring-v2.5.1...croaring-v2.5.2) - 2026-01-02
11+
12+
### Other
13+
- Update to croaring 4.5.1 (by @Dr-Emann) - #212
14+
- *(deps)* Bump allocator-api2 from 0.3.1 to 0.4.0 (by @dependabot[bot]) - #209
15+
- *(deps)* Bump criterion from 0.7.0 to 0.8.1 (by @dependabot[bot]) - #211
16+
- Update CI badge in README.md (by @lemire)
17+
- Update croaring to 4.4.1 (by @Dr-Emann) - #202
18+
1019
## [2.5.1](https://github.com/RoaringBitmap/croaring-rs/compare/croaring-v2.5.0...croaring-v2.5.1) - 2025-10-02
1120

1221
### Other

croaring/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "croaring"
3-
version = "2.5.1"
3+
version = "2.5.2"
44
edition = "2021"
55
authors = ["croaring-rs developers"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)