chore: release

This commit is contained in:
github-actions[bot]
2026-05-05 12:42:17 +00:00
committed by GitHub
parent 9b203a8912
commit 8d04cb1600
8 changed files with 45 additions and 9 deletions
+10
View File
@@ -23,6 +23,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
*No changes since alpha.1*
## [0.5.2](https://github.com/tokio-rs/axum/compare/axum-macros-v0.5.1...axum-macros-v0.5.2) - 2026-05-05
### Added
- add `#[diagnostic::on_unimplemented]` to `IntoResponse` and `IntoResponseParts` ([#3723](https://github.com/tokio-rs/axum/pull/3723))
### Other
- use a more recent nightly for axum-macros tests
## full changelog
- **breaking:** Update code generation for axum-core 0.5.0
+1 -1
View File
@@ -9,7 +9,7 @@ license = "MIT"
name = "axum-macros"
readme = "README.md"
repository = "https://github.com/tokio-rs/axum"
version = "0.5.1" # remember to also bump the version that axum and axum-extra depends on
version = "0.5.2"
[package.metadata.docs.rs]
all-features = true