Skip to content

Commit bc1846d

Browse files
committed
Dump version 0.2.3
1 parent cba3d97 commit bc1846d

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
[package]
22
name = "embed-collections"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
edition = "2024"
55
license = "MIT OR Apache-2.0"
66
description = "A collection of intrusive data structures (linked lists) for Rust, supporting various pointer types."
77
keywords = ["intrusive", "linked-list", "collection"]
88
categories = ["data-structures", "no-std"]
9+
homepage = "https://github.com/NaturalIO/embed-collections-rs"
910

1011
[features]
1112
default = ["std", "full"]

0 commit comments

Comments
 (0)