From 44a49cb1992c466e48cfbfd896d2d34e76b6f20c Mon Sep 17 00:00:00 2001 From: David Pedersen Date: Fri, 19 Nov 2021 21:38:30 +0100 Subject: [PATCH] axum-debug: Version 0.2.1 (#545) - Make macro handle more cases such as mutable extractors and handlers taking `self` ([#518]) [#518]: https://github.com/tokio-rs/axum/pull/518 --- axum-debug/CHANGELOG.md | 4 ++++ axum-debug/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/axum-debug/CHANGELOG.md b/axum-debug/CHANGELOG.md index 9e9dd1dd..1457eed3 100644 --- a/axum-debug/CHANGELOG.md +++ b/axum-debug/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 # Unreleased +- None. + +# 0.2.1 (19. October 2021) + - Make macro handle more cases such as mutable extractors and handlers taking `self` ([#518]) diff --git a/axum-debug/Cargo.toml b/axum-debug/Cargo.toml index 760db64e..4c9558bc 100644 --- a/axum-debug/Cargo.toml +++ b/axum-debug/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" name = "axum-debug" readme = "README.md" repository = "https://github.com/tokio-rs/axum" -version = "0.2.0" +version = "0.2.1" [lib] proc-macro = true