Skip to content

Commit f811aa4

Browse files
committed
chore(croaring): release v2.3.2
1 parent a98552e commit f811aa4

File tree

3 files changed

+16
-2
lines changed

3 files changed

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

88
## [Unreleased]
99

10+
## [2.4.0](https://github.com/RoaringBitmap/croaring-rs/compare/croaring-v2.3.1...croaring-v2.4.0) - 2025-09-04
11+
12+
### Added
13+
- Introduce configure_custom_alloc (by @Dr-Emann) - #194
14+
15+
### Fixed
16+
- Appease clippy, explicitly indicate elided lifetime (by @Dr-Emann) - #191
17+
18+
### Other
19+
- Update croaring to 4.3.10 (by @Dr-Emann) - #191
20+
- Update dependencies (by @Dr-Emann) - #191
21+
- Update croaring to 4.3.7 (by @Dr-Emann) - #191
22+
- *(deps)* Bump criterion from 0.5.1 to 0.6.0 (by @dependabot[bot]) - #182
23+
1024
## [2.3.1](https://github.com/RoaringBitmap/croaring-rs/compare/v2.3.0...v2.3.1) - 2025-06-01
1125

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

0 commit comments

Comments
 (0)