README updates (#2945)

This commit is contained in:
Jonas Platte 2024-09-28 21:23:22 +00:00 committed by GitHub
parent 689ca1aea2
commit dda5a273b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,7 +4,7 @@
[![Build status](https://github.com/tokio-rs/axum/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/tokio-rs/axum/actions/workflows/CI.yml)
[![Crates.io](https://img.shields.io/crates/v/axum)](https://crates.io/crates/axum)
[![Documentation](https://docs.rs/axum/badge.svg)](https://docs.rs/axum)
[![Documentation](https://docs.rs/axum/badge.svg)][docs]
More information about this crate can be found in the [crate documentation][docs].
@ -23,11 +23,12 @@ 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
## Breaking changes
We are currently working towards axum 0.8 so the `main` branch contains breaking
changes. See the [`0.7.x`] branch for what's released to crates.io and up to
date changelogs.
changes. See the [`0.7.x`] branch for what's released to crates.io.
[`0.7.x`]: https://github.com/tokio-rs/axum/tree/v0.7.x
## Usage example