v0.9.18
This commit is contained in:
@@ -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).
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user