We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9de41d commit 1454f66Copy full SHA for 1454f66
2 files changed
CHANGELOG.md
@@ -15,6 +15,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
16
### Fixed
17
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
28
## [0.11.3] - 2026-05-07
29
30
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "embed-collections"
3
-version = "0.11.3"
+version = "0.11.4"
4
edition = "2024"
5
license = "MIT OR Apache-2.0"
6
description = "A collection of memory efficient and intrusive data structures"
0 commit comments