From b7e70a2787802740fe2e78c067a8860d52ac58c2 Mon Sep 17 00:00:00 2001 From: David Pedersen Date: Fri, 15 Jul 2022 12:12:12 +0200 Subject: [PATCH] axum: Version 0.5.13 (#1164) Backports #1135 to 0.5.x --- axum/CHANGELOG.md | 4 ++++ axum/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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"