Skip to content

Commit 70e3758

Browse files
committed
chore(awc): prepare release 3.5.1
1 parent 5ad92c0 commit 70e3758

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

awc/CHANGES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 3.5.1
6+
57
- Fix WebSocket `Host` request header value when using a non-default port.
68

79
## 3.5.0

awc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "awc"
3-
version = "3.5.0"
3+
version = "3.5.1"
44
authors = ["Nikolay Kim <[email protected]>"]
55
description = "Async HTTP and WebSocket client library"
66
keywords = ["actix", "http", "framework", "async", "web"]

awc/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<!-- prettier-ignore-start -->
66

77
[![crates.io](https://img.shields.io/crates/v/awc?label=latest)](https://crates.io/crates/awc)
8-
[![Documentation](https://docs.rs/awc/badge.svg?version=3.5.0)](https://docs.rs/awc/3.5.0)
8+
[![Documentation](https://docs.rs/awc/badge.svg?version=3.5.1)](https://docs.rs/awc/3.5.1)
99
![MIT or Apache 2.0 licensed](https://img.shields.io/crates/l/awc)
10-
[![Dependency Status](https://deps.rs/crate/awc/3.5.0/status.svg)](https://deps.rs/crate/awc/3.5.0)
10+
[![Dependency Status](https://deps.rs/crate/awc/3.5.1/status.svg)](https://deps.rs/crate/awc/3.5.1)
1111
[![Chat on Discord](https://img.shields.io/discord/771444961383153695?label=chat&logo=discord)](https://discord.gg/NWpN5mmg3x)
1212

1313
<!-- prettier-ignore-end -->

0 commit comments

Comments
 (0)