1 parent a1c5e2d commit aa0366cCopy full SHA for aa0366c
2 files changed
CHANGELOG.md
@@ -15,6 +15,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
16
### Fixed
17
18
+## [0.2.0] - 2026-01-26
19
+
20
+### Added
21
22
+- Add avl and range tree ported from ZFS
23
24
## [0.1.5] - 2026-01-24
25
26
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "embed-collections"
3
-version = "0.1.5"
+version = "0.2.0"
4
edition = "2024"
5
license = "MIT OR Apache-2.0"
6
description = "A collection of intrusive data structures (linked lists) for Rust, supporting various pointer types."
0 commit comments