Skip to content

Commit 876912d

Browse files
committed
2.3.2
### Fixes - Fixed `Config::set_tls_config()` when using `h1-client` (`async-h1` with `async-native-tls`). - Previously this function was never exposed due to a faulty feature flag check.
1 parent 5a8dc31 commit 876912d

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://book.async.rs/overview
77

88
## [Unreleased]
99

10+
## [2.3.2] - 2021-11-01
11+
12+
### Fixes
13+
- Fixed `Config::set_tls_config()` when using `h1-client` (`async-h1` with `async-native-tls`).
14+
- Previously this function was never exposed due to a faulty feature flag check.
15+
1016
## [2.3.1] - 2021-08-23
1117

1218
Fixed git base of 2.3.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "surf"
3-
version = "2.3.1"
3+
version = "2.3.2"
44
license = "MIT OR Apache-2.0"
55
repository = "https://github.com/http-rs/surf"
66
documentation = "https://docs.rs/surf"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848
<br/>
4949

50-
### surf the web.
50+
### Surf the web - HTTP client framework
5151

5252
Surf is a Rust HTTP client built for ease-of-use and multi-HTTP-backend flexibility.
5353
Whether it's a quick script, or a cross-platform SDK, Surf will make it work.

0 commit comments

Comments
 (0)