We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cba3d97 commit ff03752Copy full SHA for ff03752
2 files changed
CHANGELOG.md
@@ -15,8 +15,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
16
### Fixed
17
18
+## [0.2.3] - 2026-01-29
19
+
20
+### Fixed
21
22
+- range_tree: Fix missing Send on iterator and RangeSeg
23
24
## [0.2.2] - 2026-01-29
25
26
+### Added
27
28
- Add iterator for RangeTree
29
30
## [0.2.0] - 2026-01-26
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "embed-collections"
3
-version = "0.2.2"
+version = "0.2.3"
4
edition = "2024"
5
license = "MIT OR Apache-2.0"
6
description = "A collection of intrusive data structures (linked lists) for Rust, supporting various pointer types."
0 commit comments