From 4e4808642fc47ffb211e4c2497ba11b3f324ffa6 Mon Sep 17 00:00:00 2001 From: Cathal Mullan Date: Tue, 7 Jan 2025 15:02:48 +0000 Subject: [PATCH] v0.8.0 --- CHANGELOG.md | 7 ++++++- Cargo.lock | 6 +++--- Cargo.toml | 2 +- examples/oci/Cargo.toml | 2 +- fuzz/Cargo.toml | 2 +- 5 files changed, 12 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b88e7d37..34cb2578 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +... + +## [v0.8.0] + ### Changed - The router no longer performs percent-decoding. @@ -137,7 +141,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial implementation of `wayfind`. -[unreleased]: https://github.com/DuskSystems/wayfind/compare/v0.7.0...HEAD +[unreleased]: https://github.com/DuskSystems/wayfind/compare/v0.8.0...HEAD +[0.8.0]: https://github.com/DuskSystems/wayfind/compare/v0.7.0...v0.8.0 [0.7.0]: https://github.com/DuskSystems/wayfind/compare/v0.6.0...v0.7.0 [0.6.0]: https://github.com/DuskSystems/wayfind/compare/v0.5.0...v0.6.0 [0.5.0]: https://github.com/DuskSystems/wayfind/compare/v0.4.0...v0.5.0 diff --git a/Cargo.lock b/Cargo.lock index 796f5b17..db12bf1d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1464,7 +1464,7 @@ checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6" [[package]] name = "wayfind" -version = "0.7.0" +version = "0.8.0" dependencies = [ "actix-router", "codspeed-criterion-compat", @@ -1483,7 +1483,7 @@ dependencies = [ [[package]] name = "wayfind-fuzz" -version = "0.0.0" +version = "0.8.0" dependencies = [ "libfuzzer-sys", "wayfind", @@ -1491,7 +1491,7 @@ dependencies = [ [[package]] name = "wayfind-oci-example" -version = "0.7.0" +version = "0.8.0" dependencies = [ "anyhow", "bytes", diff --git a/Cargo.toml b/Cargo.toml index f7c2f27b..959a8758 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ include = [ "/README.md", ] -version = "0.7.0" +version = "0.8.0" authors = ["Cathal Mullan "] edition = "2021" # https://packages.debian.org/stable/rust/rustc diff --git a/examples/oci/Cargo.toml b/examples/oci/Cargo.toml index 7444e823..2e4de4d8 100644 --- a/examples/oci/Cargo.toml +++ b/examples/oci/Cargo.toml @@ -5,7 +5,7 @@ description = "Example of using `wayfind` as an OCI registry." rust-version = "1.83" publish = false -version = "0.7.0" +version = "0.8.0" authors = ["Cathal Mullan "] edition = "2021" repository = "https://github.com/DuskSystems/wayfind" diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index 2420d4b2..4e158013 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wayfind-fuzz" -version = "0.0.0" +version = "0.8.0" publish = false edition = "2021"