axum: Version 0.5.0

This commit is contained in:
David Pedersen 2022-03-31 20:37:45 +02:00
parent fba2faa38f
commit fec64bc1b6
2 changed files with 5 additions and 1 deletions

View file

@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
# Unreleased
- None.
# 0.5.0 (31. March, 2022)
- **added:** Document sharing state between handler and middleware ([#783])
- **added:** `Extension<_>` can now be used in tuples for building responses, and will set an
extension on the response ([#797])

View file

@ -1,6 +1,6 @@
[package]
name = "axum"
version = "0.4.8"
version = "0.5.0"
categories = ["asynchronous", "network-programming", "web-programming"]
description = "Web framework that focuses on ergonomics and modularity"
edition = "2018"