From e8c69fb19bc5739a8ecba1fbe6823c6d5fda72fb Mon Sep 17 00:00:00 2001 From: Cathal Mullan Date: Sun, 27 Oct 2024 14:00:34 +0000 Subject: [PATCH] v0.6.0 --- CHANGELOG.md | 7 ++++++- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71c0b283..c8b40cb5 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] +... + +## [0.6.0] - 2024-10-27 + ### Added - Added support for optional groups in routes. @@ -93,7 +97,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.5.0...HEAD +[unreleased]: https://github.com/DuskSystems/wayfind/compare/v0.6.0...HEAD +[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 [0.4.0]: https://github.com/DuskSystems/wayfind/compare/v0.3.0...v0.4.0 [0.3.0]: https://github.com/DuskSystems/wayfind/compare/v0.2.1...v0.3.0 diff --git a/Cargo.lock b/Cargo.lock index a7154b48..260b7cab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1472,7 +1472,7 @@ checksum = "65fc09f10666a9f147042251e0dda9c18f166ff7de300607007e96bdebc1068d" [[package]] name = "wayfind" -version = "0.5.0" +version = "0.6.0" dependencies = [ "actix-router", "codspeed-criterion-compat", @@ -1499,7 +1499,7 @@ dependencies = [ [[package]] name = "wayfind-oci-example" -version = "0.5.0" +version = "0.6.0" dependencies = [ "anyhow", "bytes", diff --git a/Cargo.toml b/Cargo.toml index e4f278e0..cb4a2dac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ resolver = "2" members = [".", "examples/*", "fuzz"] [workspace.package] -version = "0.5.0" +version = "0.6.0" authors = ["Cathal Mullan "] edition = "2021" rust-version = "1.66"