mirror of
https://github.com/tokio-rs/axum.git
synced 2025-10-02 15:24:54 +00:00
axum: Version 0.5.0
This commit is contained in:
parent
fba2faa38f
commit
fec64bc1b6
@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
# Unreleased
|
# Unreleased
|
||||||
|
|
||||||
|
- None.
|
||||||
|
|
||||||
|
# 0.5.0 (31. March, 2022)
|
||||||
|
|
||||||
- **added:** Document sharing state between handler and middleware ([#783])
|
- **added:** Document sharing state between handler and middleware ([#783])
|
||||||
- **added:** `Extension<_>` can now be used in tuples for building responses, and will set an
|
- **added:** `Extension<_>` can now be used in tuples for building responses, and will set an
|
||||||
extension on the response ([#797])
|
extension on the response ([#797])
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "axum"
|
name = "axum"
|
||||||
version = "0.4.8"
|
version = "0.5.0"
|
||||||
categories = ["asynchronous", "network-programming", "web-programming"]
|
categories = ["asynchronous", "network-programming", "web-programming"]
|
||||||
description = "Web framework that focuses on ergonomics and modularity"
|
description = "Web framework that focuses on ergonomics and modularity"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user