Skip to content

Commit

Permalink
v0.11.16
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Mar 27, 2023
1 parent cc47ef1 commit 7047669
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions 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.
Expand Down
2 changes: 1 addition & 1 deletion 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"]
Expand Down

0 comments on commit 7047669

Please sign in to comment.