Skip to content

Commit 0d5a870

Browse files
committed
chore(croaring): release v2.5.0
1 parent 1ba574f commit 0d5a870

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-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: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [2.5.0](https://github.com/RoaringBitmap/croaring-rs/compare/croaring-v2.4.0...croaring-v2.5.0) - 2025-10-02
11+
12+
### Added
13+
14+
- Add skip functions to BitmapCursor, and implement BitmapIter::nth (by @Dr-Emann) - #199
15+
16+
### Other
17+
18+
- Update croaring to 4.4.0 (by @Dr-Emann) - #198
19+
1020
## [2.4.0](https://github.com/RoaringBitmap/croaring-rs/compare/croaring-v2.3.1...croaring-v2.4.0) - 2025-09-04
1121

1222
### Added
23+
1324
- Introduce configure_custom_alloc (by @Dr-Emann) - #194
1425

1526
### Fixed
27+
1628
- Appease clippy, explicitly indicate elided lifetime (by @Dr-Emann) - #191
1729

1830
### Other
31+
1932
- Update croaring to 4.3.10 (by @Dr-Emann) - #191
2033
- Update dependencies (by @Dr-Emann) - #191
2134
- Update croaring to 4.3.7 (by @Dr-Emann) - #191
@@ -24,21 +37,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2437
## [2.3.1](https://github.com/RoaringBitmap/croaring-rs/compare/v2.3.0...v2.3.1) - 2025-06-01
2538

2639
### Other
40+
2741
- Correct return docs for run_optimize function (by @Dr-Emann) - #177
2842

2943
## [2.3.0](https://github.com/RoaringBitmap/croaring-rs/compare/croaring-v2.2.0...croaring-v2.3.0) - 2025-03-25
3044

3145
### Added
46+
3247
- Frozen serialization format for bitmap64 (by @Dr-Emann) - #172
3348
- Enable configuring rust global alloc as croaring allocator (by @Dr-Emann) - #171
3449

3550
## [2.2.0](https://github.com/RoaringBitmap/croaring-rs/compare/croaring-v2.1.1...croaring-v2.2.0) - 2024-12-17
3651

3752
### Added
53+
3854
- Bitset::is_empty
3955

4056
### Fixed
57+
4158
- Correct doc test for Bitset::minimum to match new behavior
4259

4360
### Other
61+
4462
- Loosen compile asserts to only limit roaring major version

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.4.0"
3+
version = "2.5.0"
44
edition = "2021"
55
authors = ["croaring-rs developers"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)