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 9c5f4eb commit c4711caCopy full SHA for c4711ca
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.6.18 (30. April, 2023)
13
14
- **fixed:** Don't remove the `Sec-WebSocket-Key` header in `WebSocketUpgrade` ([#1972])
15
16
[#1972]: https://github.com/tokio-rs/axum/pull/1972
axum/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "axum"
3
-version = "0.6.17"
+version = "0.6.18"
4
categories = ["asynchronous", "network-programming", "web-programming::http-server"]
5
description = "Web framework that focuses on ergonomics and modularity"
6
edition = "2021"
0 commit comments