Skip to content

Commit f16c494

Browse files
committed
chore(croaring): release v2.2.0
1 parent 1f06335 commit f16c494

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-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: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [2.2.0](https://github.com/RoaringBitmap/croaring-rs/compare/croaring-v2.1.1...croaring-v2.2.0) - 2024-12-17
11+
12+
### Added
13+
- Bitset::is_empty
14+
15+
### Fixed
16+
- Correct doc test for Bitset::minimum to match new behavior
17+
18+
### Other
19+
- 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.1.1"
3+
version = "2.2.0"
44
edition = "2021"
55
authors = ["croaring-rs developers"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)