Skip to content

Commit 7047669

Browse files
committed
v0.11.16
1 parent cc47ef1 commit 7047669

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.16
2+
3+
- Chore: set MSRV in `Cargo.toml`.
4+
- Docs: fix build on docs.rs
5+
16
## v0.11.15
27

38
- Add `RequestBuilder` methods to split and reconstruct from its parts.

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.15" # remember to update html_root_url
3+
version = "0.11.16" # 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)