Skip to content

Commit cf69fd4

Browse files
committed
v0.11.27
1 parent d0d2b47 commit cf69fd4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v0.11.27
2+
3+
- Add `hickory-dns` feature, deprecating `trust-dns`.
4+
- (wasm) Fix `Form::text()` to not set octet-stream for plain text fields.
5+
16
## v0.11.26
27

38
- Revert `system-configuration` upgrade, which broke MSRV on macOS.

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.11.26" # remember to update html_root_url
3+
version = "0.11.27" # remember to update html_root_url
44
description = "higher level HTTP client library"
55
keywords = ["http", "request", "client"]
66
categories = ["web-programming::http-client", "wasm"]

0 commit comments

Comments
 (0)