File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11[package ]
22name = " croaring"
3- version = " 2.4 .0"
3+ version = " 2.5 .0"
44edition = " 2021"
55authors = [" croaring-rs developers" ]
66license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments