mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-11-22 00:05:57 -05:00
bumped version to 0.19.1
This commit is contained in:
parent
0e9a964fe1
commit
eda4ad5bc3
5
doc/release_notes/0_19_1.md
Normal file
5
doc/release_notes/0_19_1.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# 0.19.1
|
||||||
|
|
||||||
|
## Bugfixes
|
||||||
|
|
||||||
|
Fixing a DNS dual-stack case where one the resolvers may have finished way before the previous one and will therefore return no timeout.
|
||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module HTTPX
|
module HTTPX
|
||||||
VERSION = "0.19.0"
|
VERSION = "0.19.1"
|
||||||
end
|
end
|
||||||
|
|||||||
@ -1,4 +1,7 @@
|
|||||||
-
|
-
|
||||||
|
-
|
||||||
|
name: "0.19.1"
|
||||||
|
path: "0_19_1_md.html"
|
||||||
-
|
-
|
||||||
name: "0.19.0"
|
name: "0.19.0"
|
||||||
path: "0_19_0_md.html"
|
path: "0_19_0_md.html"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user