Skip to content

Commit f32adac

Browse files
authored
chore(croaring): release v2.4.1
1 parent 1ba574f commit f32adac

File tree

3 files changed

+12
-2
lines changed

3 files changed

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

88
## [Unreleased]
99

10+
## [2.4.1](https://github.com/RoaringBitmap/croaring-rs/compare/croaring-v2.4.0...croaring-v2.4.1) - 2025-10-02
11+
12+
### Added
13+
- Add skip functions to BitmapCursor, and implement BitmapIter::nth (by @Dr-Emann) - #199
14+
15+
### Other
16+
- Type in "cursor" (by @Dr-Emann) - #199
17+
- Fix warning in test about unused result (by @Dr-Emann) - #199
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

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

0 commit comments

Comments
 (0)