mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-12-08 00:00:58 -05:00
bumped version to 0.16.1
This commit is contained in:
parent
eed79d0de3
commit
c9de63d4cd
5
doc/release_notes/0_16_1.md
Normal file
5
doc/release_notes/0_16_1.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# 0.16.1
|
||||||
|
|
||||||
|
## Bugfixes
|
||||||
|
|
||||||
|
* fixed native resolver hanging when dealing with FQDN end names (#145).
|
||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module HTTPX
|
module HTTPX
|
||||||
VERSION = "0.16.0"
|
VERSION = "0.16.1"
|
||||||
end
|
end
|
||||||
|
|||||||
@ -1,4 +1,7 @@
|
|||||||
-
|
-
|
||||||
|
-
|
||||||
|
name: "0.16.1"
|
||||||
|
path: "0_16_1_md.html"
|
||||||
-
|
-
|
||||||
name: "0.16.0"
|
name: "0.16.0"
|
||||||
path: "0_16_0_md.html"
|
path: "0_16_0_md.html"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user