We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 263e58e commit 4b0b4c8Copy full SHA for 4b0b4c8
axum/CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
# Unreleased
9
10
+- None.
11
+
12
+# 0.4.6 (22. February, 2022)
13
14
- **added:** `middleware::from_fn` for creating middleware from async functions.
15
This previously lived in axum-extra but has been moved to axum ([#719])
16
- **fixed:** Set `Allow` header when responding with `405 Method Not Allowed` ([#733])
axum/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "axum"
3
-version = "0.4.5"
+version = "0.4.6"
4
categories = ["asynchronous", "network-programming", "web-programming"]
5
description = "Web framework that focuses on ergonomics and modularity"
6
edition = "2018"
0 commit comments