Skip to content

Commit ff03752

Browse files
committed
Dump version 0.2.3
1 parent cba3d97 commit ff03752

2 files changed

Lines changed: 9 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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."

0 commit comments

Comments
 (0)