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 c25f3db commit ad83b63Copy full SHA for ad83b63
2 files changed
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## v0.13.2
2
+
3
+- Fix HTTP/2 and native-tls ALPN feature combinations.
4
+- Fix HTTP/3 to send h3 ALPN.
5
+- (wasm) fix `RequestBuilder::json()` from override previously set content-type.
6
7
## v0.13.1
8
9
- Fixes compiling with rustls on Android targets.
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "reqwest"
-version = "0.13.1"
+version = "0.13.2"
description = "higher level HTTP client library"
keywords = ["http", "request", "client"]
categories = ["web-programming::http-client", "wasm"]
0 commit comments