From 34e28725160829800e4c8f2c18df3ce436d10441 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 09:19:32 +0000 Subject: [PATCH] chore(wavltree): release v0.0.6 --- Cargo.lock | 2 +- libs/wavltree/CHANGELOG.md | 7 +++++++ libs/wavltree/Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 275cfb22..acb7968b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1078,7 +1078,7 @@ dependencies = [ [[package]] name = "wavltree" -version = "0.0.5" +version = "0.0.6" dependencies = [ "criterion", "rand 0.9.0-beta.3", diff --git a/libs/wavltree/CHANGELOG.md b/libs/wavltree/CHANGELOG.md index e91838ef..21b05866 100644 --- a/libs/wavltree/CHANGELOG.md +++ b/libs/wavltree/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.6](https://github.com/JonasKruckenberg/k23/compare/v0.0.5...v0.0.6) - 2025-01-20 + +### Added + +- user address space functionality (#246) +- integrate k23VM Wasm Engine (#224) + ## [0.0.5](https://github.com/JonasKruckenberg/k23/compare/v0.0.4...v0.0.5) - 2025-01-11 ### Other diff --git a/libs/wavltree/Cargo.toml b/libs/wavltree/Cargo.toml index 28498309..61f24c11 100644 --- a/libs/wavltree/Cargo.toml +++ b/libs/wavltree/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "wavltree" description = "An intrusive Weak AVL Tree." -version = "0.0.5" +version = "0.0.6" edition.workspace = true authors.workspace = true license.workspace = true