summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Pedersen <david.pdrsn@gmail.com>2022-07-15 12:12:12 +0200
committerGitHub <noreply@github.com>2022-07-15 12:12:12 +0200
commitb7e70a2787802740fe2e78c067a8860d52ac58c2 (patch)
tree2290186113dc298503475b588d78749e18dde34b
parente2ff65fd7cca9533628369161fcea8dbf9237d90 (diff)
axum: Version 0.5.13 (#1164)axum-v0.5.13
Backports #1135 to 0.5.x
-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 42350097..b836f012 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.13 (15. July, 2022)
+
- **fixed:** If `WebSocketUpgrade` cannot upgrade the connection it will return a
`WebSocketUpgradeRejection::ConnectionNotUpgradable` rejection ([#1135])
- **changed:** `WebSocketUpgradeRejection` has a new variant `ConnectionNotUpgradable`
diff --git a/axum/Cargo.toml b/axum/Cargo.toml
index 7c7e6f4f..cd5ab791 100644
--- a/axum/Cargo.toml
+++ b/axum/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "axum"
-version = "0.5.12"
+version = "0.5.13"
categories = ["asynchronous", "network-programming", "web-programming::http-server"]
description = "Web framework that focuses on ergonomics and modularity"
edition = "2021"