Skip to content

Commit 9ecc0ca

Browse files
committed
Dump version 0.2.0
1 parent c8e62ca commit 9ecc0ca

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

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

1616
### Fixed
1717

18+
## [0.2.0] - 2026-01-26
19+
20+
### Added
21+
22+
- Add avl and range tree ported from ZFS
23+
1824
## [0.1.5] - 2026-01-24
1925

2026
### 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.1.5"
3+
version = "0.2.0"
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)