Skip to content

Commit e0ea15b

Browse files
committed
v0.12.1
1 parent 3d78fcb commit e0ea15b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## v0.12.1
2+
3+
- Fix `ClientBuilder::interface()` when no TLS is enabled.
4+
- Fix `TlsInfo::peer_certificate()` being truncated with rustls.
5+
- Fix panic if `http2` feature disabled but TLS negotiated h2 in ALPN.
6+
- Fix `Display` for `Error` to not include its source error.
7+
18
# v0.12.0
29

310
- Upgrade to `hyper`, `http`, and `http-body` v1.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "reqwest"
3-
version = "0.12.0"
3+
version = "0.12.1"
44
description = "higher level HTTP client library"
55
keywords = ["http", "request", "client"]
66
categories = ["web-programming::http-client", "wasm"]

0 commit comments

Comments
 (0)