diff --git a/Cargo.lock b/Cargo.lock index 57c410769..6c9249bd7 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 75abbe3b2..404e610a3 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 cdd804033..e9ea22134 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 2f0f1b9d6..ad745445a 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 40894fdc2..b13c2d9fd 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