mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-11-28 00:02:22 -05:00
bumped version to 0.19.7
This commit is contained in:
parent
e187b2bf58
commit
7e54db8805
5
doc/release_notes/0_19_7.md
Normal file
5
doc/release_notes/0_19_7.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# 0.19.7
|
||||||
|
|
||||||
|
## Bugfixes
|
||||||
|
|
||||||
|
* fix: in `:proxy` plugin, user/pass credentials were not being used when passed as options (only when embedded in the URL). This was a regression introduced in the 0.19.x series.
|
||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module HTTPX
|
module HTTPX
|
||||||
VERSION = "0.19.6"
|
VERSION = "0.19.7"
|
||||||
end
|
end
|
||||||
|
|||||||
@ -1,4 +1,7 @@
|
|||||||
-
|
-
|
||||||
|
-
|
||||||
|
name: "0.19.7"
|
||||||
|
path: "0_19_7_md.html"
|
||||||
-
|
-
|
||||||
name: "0.19.6"
|
name: "0.19.6"
|
||||||
path: "0_19_6_md.html"
|
path: "0_19_6_md.html"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user