From 06491b93df6892212937e66f1ab93e8d0bf4d6a2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Jul 2025 08:59:17 +0000 Subject: [PATCH] chore(wavltree): release v0.0.8 --- Cargo.lock | 2 +- libs/trap/Cargo.toml | 2 +- libs/wavltree/CHANGELOG.md | 13 +++++++++++++ libs/wavltree/Cargo.toml | 2 +- loader/Cargo.toml | 2 +- 5 files changed, 17 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 57c41076..6c9249bd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2375,7 +2375,7 @@ dependencies = [ [[package]] name = "wavltree" -version = "0.0.7" +version = "0.0.8" dependencies = [ "criterion", "rand", diff --git a/libs/trap/Cargo.toml b/libs/trap/Cargo.toml index 75abbe3b..404e610a 100644 --- a/libs/trap/Cargo.toml +++ b/libs/trap/Cargo.toml @@ -9,4 +9,4 @@ license.workspace = true [lints] workspace = true -[dependencies] \ No newline at end of file +[dependencies] diff --git a/libs/wavltree/CHANGELOG.md b/libs/wavltree/CHANGELOG.md index cdd80403..e9ea2213 100644 --- a/libs/wavltree/CHANGELOG.md +++ b/libs/wavltree/CHANGELOG.md @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.8](https://github.com/JonasKruckenberg/k23/compare/v0.0.7...v0.0.8) - 2025-07-11 + +### Fixed + +- *(deps)* update rust crate libfuzzer-sys to v0.4.10 ([#492](https://github.com/JonasKruckenberg/k23/pull/492)) + +### Other + +- update Rust to 1.90.0-nightly ([#499](https://github.com/JonasKruckenberg/k23/pull/499)) +- *(deps)* update rust crate criterion to 0.6.0 ([#421](https://github.com/JonasKruckenberg/k23/pull/421)) +- overhaul testing ([#482](https://github.com/JonasKruckenberg/k23/pull/482)) +- async executor benchmarks ([#442](https://github.com/JonasKruckenberg/k23/pull/442)) + ## [0.0.7](https://github.com/JonasKruckenberg/k23/compare/v0.0.6...v0.0.7) - 2025-02-21 ### Added diff --git a/libs/wavltree/Cargo.toml b/libs/wavltree/Cargo.toml index 2f0f1b9d..ad745445 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.7" +version = "0.0.8" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/loader/Cargo.toml b/loader/Cargo.toml index 40894fdc..b13c2d9f 100644 --- a/loader/Cargo.toml +++ b/loader/Cargo.toml @@ -29,4 +29,4 @@ bitflags.workspace = true riscv.workspace = true [lints] -workspace = true \ No newline at end of file +workspace = true