diff --git a/axum/README.md b/axum/README.md index 9d57939b..a0f1a058 100644 --- a/axum/README.md +++ b/axum/README.md @@ -23,6 +23,13 @@ In particular the last point is what sets `axum` apart from other frameworks. authorization, and more, for free. It also enables you to share middleware with applications written using [`hyper`] or [`tonic`]. +## ⚠ Breaking changes ⚠ + +We are currently working towards axum 0.9 so the `main` branch contains breaking +changes. See the [`0.8.x`] branch for what's released to crates.io. + +[`0.8.x`]: https://github.com/tokio-rs/axum/tree/v0.8.x + ## Usage example ```rust