Skip to content

Commit 1454f66

Browse files
committed
Dump version 0.11.4
1 parent e9de41d commit 1454f66

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515

1616
### Fixed
1717

18+
## [0.11.4] - 2026-05-10
19+
20+
### Fixed
21+
22+
- avl: Add trait requirement to AvlNode struct
23+
24+
- seg_list: Fix missing Send in iterators
25+
26+
- btree: Fix missing Send in iterators
27+
1828
## [0.11.3] - 2026-05-07
1929

2030
### Fixed

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.11.3"
3+
version = "0.11.4"
44
edition = "2024"
55
license = "MIT OR Apache-2.0"
66
description = "A collection of memory efficient and intrusive data structures"

0 commit comments

Comments
 (0)