mirror of
https://github.com/tokio-rs/axum.git
synced 2024-11-26 00:56:27 +01:00
axum-macros: 0.2.2 (#1044)
This commit is contained in:
parent
d7c4e2f807
commit
80d0cc19e6
2 changed files with 7 additions and 1 deletions
|
@ -7,12 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
# Unreleased
|
# Unreleased
|
||||||
|
|
||||||
|
- None.
|
||||||
|
|
||||||
|
# 0.2.2 (18. May, 2022)
|
||||||
|
|
||||||
- **added:** In `debug_handler`, check if `Request` is used as non-final extractor ([#1035])
|
- **added:** In `debug_handler`, check if `Request` is used as non-final extractor ([#1035])
|
||||||
- **added:** In `debug_handler`, check if multiple `Path` extractors are used ([#1035])
|
- **added:** In `debug_handler`, check if multiple `Path` extractors are used ([#1035])
|
||||||
- **added:** In `debug_handler`, check if multiple body extractors are used ([#1036])
|
- **added:** In `debug_handler`, check if multiple body extractors are used ([#1036])
|
||||||
|
- **added:** Support customizing rejections for `#[derive(TypedPath)]` ([#1012])
|
||||||
|
|
||||||
[#1035]: https://github.com/tokio-rs/axum/pull/1035
|
[#1035]: https://github.com/tokio-rs/axum/pull/1035
|
||||||
[#1036]: https://github.com/tokio-rs/axum/pull/1036
|
[#1036]: https://github.com/tokio-rs/axum/pull/1036
|
||||||
|
[#1012]: https://github.com/tokio-rs/axum/pull/1012
|
||||||
|
|
||||||
# 0.2.1 (10. May, 2022)
|
# 0.2.1 (10. May, 2022)
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ license = "MIT"
|
||||||
name = "axum-macros"
|
name = "axum-macros"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/tokio-rs/axum"
|
repository = "https://github.com/tokio-rs/axum"
|
||||||
version = "0.2.1"
|
version = "0.2.2"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
proc-macro = true
|
proc-macro = true
|
||||||
|
|
Loading…
Reference in a new issue