File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,8 +15,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515
1616### Fixed
1717
18+ ## [ 0.2.3] - 2026-01-29
19+
20+ ### Fixed
21+
22+ - range_tree: Fix missing Send on iterator and RangeSeg
23+
1824## [ 0.2.2] - 2026-01-29
1925
26+ ### Added
27+
2028- Add iterator for RangeTree
2129
2230## [ 0.2.0] - 2026-01-26
Original file line number Diff line number Diff line change 11[package ]
22name = " embed-collections"
3- version = " 0.2.2 "
3+ version = " 0.2.3 "
44edition = " 2024"
55license = " MIT OR Apache-2.0"
66description = " A collection of intrusive data structures (linked lists) for Rust, supporting various pointer types."
77keywords = [" intrusive" , " linked-list" , " collection" ]
88categories = [" data-structures" , " no-std" ]
9+ homepage = " https://github.com/NaturalIO/embed-collections-rs"
910
1011[features ]
1112default = [" std" , " full" ]
You can’t perform that action at this time.
0 commit comments