axum v0.6.1 (#1588)

This commit is contained in:
David Pedersen 2022-11-29 09:43:18 +01:00 committed by GitHub
parent 3279d64f96
commit 87a80ec47b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View file

@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- None.
# 0.6.1 (29. November, 2022)
- **added:** Expand the docs for `Router::with_state` ([#1580])
[#1580]: https://github.com/tokio-rs/axum/pull/1580
# 0.6.0 (25. November, 2022)
## Routing

View file

@ -1,6 +1,6 @@
[package]
name = "axum"
version = "0.6.0"
version = "0.6.1"
categories = ["asynchronous", "network-programming", "web-programming::http-server"]
description = "Web framework that focuses on ergonomics and modularity"
edition = "2021"