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
This commit is contained in:
David Pedersen 2021-11-19 21:38:30 +01:00 committed by GitHub
parent f1f004a057
commit 44a49cb199
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -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])

View File

@ -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