This commit is contained in:
Sean McArthur
2019-06-06 11:33:03 -07:00
parent fabfa3eb70
commit 9f256405e5
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
## v0.9.18
- Fix `Cookie` headers to no longer send as percent-encoded (instead, exactly as sent by the server).
## v0.9.17
- Fix `Cookie` headers so as to not include attributes from the `Set-Cookie` (like `HttpOnly`, `Secure`, etc).

View File

@@ -1,6 +1,6 @@
[package]
name = "reqwest"
version = "0.9.17" # remember to update html_root_url
version = "0.9.18" # remember to update html_root_url
description = "higher level HTTP client library"
keywords = ["http", "request", "client"]
repository = "https://github.com/seanmonstar/reqwest"