summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Pedersen <david.pdrsn@gmail.com>2022-07-02 17:44:32 +0200
committerGitHub <noreply@github.com>2022-07-02 17:44:32 +0200
commita05f6a05190b6f0c654230bcaa8e33e6a5577615 (patch)
treee19db1f9a0bd10deb8e1700b25da66d54197def9
parent02fc7c3d6d493edcfc32782d1562820b14069639 (diff)
axum: Version 0.5.11 (#1141)axum-v0.5.11
-rw-r--r--axum/CHANGELOG.md4
-rw-r--r--axum/Cargo.toml2
2 files changed, 5 insertions, 1 deletions
diff --git a/axum/CHANGELOG.md b/axum/CHANGELOG.md
index b84255d4..b6d10307 100644
--- a/axum/CHANGELOG.md
+++ b/axum/CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
# Unreleased
+- None.
+
+# 0.5.11 (02. July, 2022)
+
- **added:** Implement `TryFrom<http:: Method>` for `MethodFilter` and use new
`NoMatchingMethodFilter` error in case of failure ([#1130])
- **added:** Document how to run extractors from middleware ([#1140])
diff --git a/axum/Cargo.toml b/axum/Cargo.toml
index 45bd4e73..e6a4799c 100644
--- a/axum/Cargo.toml
+++ b/axum/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "axum"
-version = "0.5.10"
+version = "0.5.11"
categories = ["asynchronous", "network-programming", "web-programming"]
description = "Web framework that focuses on ergonomics and modularity"
edition = "2021"