From aa4ab8b0841df0853e47b102e8f4f9eea8ee2d18 Mon Sep 17 00:00:00 2001 From: David Pedersen Date: Tue, 22 Feb 2022 13:59:02 +0100 Subject: [PATCH] axum-extra: Version 0.1.3 --- axum-extra/CHANGELOG.md | 6 +++++- axum-extra/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/axum-extra/CHANGELOG.md b/axum-extra/CHANGELOG.md index 14105d73..118542f6 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.3 (22. February, 2022) + - **added:** Add type safe routing. See `axum_extra::routing::typed` for more details ([#756]) - **fix:** Depend on tower with `default_features = false` ([#666]) - **change:** `middleware::from_fn` has been deprecated and moved into the main @@ -16,7 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#719]: https://github.com/tokio-rs/axum/pull/719 [#756]: https://github.com/tokio-rs/axum/pull/756 -# 0.1.2 (13. January, 2021) +# 0.1.2 (13. January, 2022) - **fix:** Depend on tower with `default_features = false` ([#666]) diff --git a/axum-extra/Cargo.toml b/axum-extra/Cargo.toml index 349134b8..1f60e71b 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.1" +version = "0.1.3" [features] erased-json = ["serde_json", "serde"]