mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-11-28 00:02:22 -05:00
bumped to 0.11.2
This commit is contained in:
parent
a128f42c5c
commit
46862068b2
5
doc/release_notes/0_11_2.md
Normal file
5
doc/release_notes/0_11_2.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# 0.11.2
|
||||||
|
|
||||||
|
## Bugfixes
|
||||||
|
|
||||||
|
The `:cookies` plugin wasn't able to parse `Expires` values, as it was using `Time.httpdate` to parse timestamps, which is RFC 2616-compliant, whereas cookies datetime values need to be RFC 6265-compliant.
|
||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module HTTPX
|
module HTTPX
|
||||||
VERSION = "0.11.1"
|
VERSION = "0.11.2"
|
||||||
end
|
end
|
||||||
|
|||||||
@ -1,4 +1,7 @@
|
|||||||
-
|
-
|
||||||
|
-
|
||||||
|
name: "0.11.2"
|
||||||
|
path: "0_11_2_md.html"
|
||||||
-
|
-
|
||||||
name: "0.11.1"
|
name: "0.11.1"
|
||||||
path: "0_11_1_md.html"
|
path: "0_11_1_md.html"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user