From ca8a6c08c2c45ee51150b77936bf1f9395a68afd Mon Sep 17 00:00:00 2001 From: David Pedersen Date: Tue, 1 Mar 2022 14:18:21 +0100 Subject: [PATCH] axum-extra: Version 0.1.5 - **added:** Add `TypedPath::to_uri` for converting the path into a `Uri` ([#790]) [#790]: https://github.com/tokio-rs/axum/pull/790 --- axum-extra/CHANGELOG.md | 4 ++++ axum-extra/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/axum-extra/CHANGELOG.md b/axum-extra/CHANGELOG.md index 72f4a216..e62a56e2 100644 --- a/axum-extra/CHANGELOG.md +++ b/axum-extra/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 # Unreleased +- None. + +# 0.1.5 (1. March, 2022) + - **added:** Add `TypedPath::to_uri` for converting the path into a `Uri` ([#790]) [#790]: https://github.com/tokio-rs/axum/pull/790 diff --git a/axum-extra/Cargo.toml b/axum-extra/Cargo.toml index a783229e..8a1718a1 100644 --- a/axum-extra/Cargo.toml +++ b/axum-extra/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" name = "axum-extra" readme = "README.md" repository = "https://github.com/tokio-rs/axum" -version = "0.1.4" +version = "0.1.5" [features] erased-json = ["serde_json", "serde"]