Skip to content

Commit c4711ca

Browse files
committed
Release axum 0.6.18
Might as well release #1972 since there is nothing else in the pipeline.
1 parent 9c5f4eb commit c4711ca

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

axum/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
# Unreleased
99

10+
- None.
11+
12+
# 0.6.18 (30. April, 2023)
13+
1014
- **fixed:** Don't remove the `Sec-WebSocket-Key` header in `WebSocketUpgrade` ([#1972])
1115

1216
[#1972]: https://github.com/tokio-rs/axum/pull/1972

axum/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "axum"
3-
version = "0.6.17"
3+
version = "0.6.18"
44
categories = ["asynchronous", "network-programming", "web-programming::http-server"]
55
description = "Web framework that focuses on ergonomics and modularity"
66
edition = "2021"

0 commit comments

Comments
 (0)