From 704766979f734a81ce35e70361b2f97b4ab6c130 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Mon, 27 Mar 2023 11:35:26 -0400 Subject: [PATCH] v0.11.16 --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c35de1fe0..be35dca10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## v0.11.16 + +- Chore: set MSRV in `Cargo.toml`. +- Docs: fix build on docs.rs + ## v0.11.15 - Add `RequestBuilder` methods to split and reconstruct from its parts. diff --git a/Cargo.toml b/Cargo.toml index c2d674fab..888566527 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reqwest" -version = "0.11.15" # remember to update html_root_url +version = "0.11.16" # remember to update html_root_url description = "higher level HTTP client library" keywords = ["http", "request", "client"] categories = ["web-programming::http-client", "wasm"]