mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-11-22 00:05:57 -05:00
bumped version to 0.20.3
This commit is contained in:
parent
c10cead33c
commit
534b3eb91b
6
doc/release_notes/0_20_3.md
Normal file
6
doc/release_notes/0_20_3.md
Normal file
@ -0,0 +1,6 @@
|
||||
# 0.20.3
|
||||
|
||||
## Bugfixes
|
||||
|
||||
* DoH resolver wasn't working for non-absolute (the large majority) of domains since v0.19.
|
||||
* Allowing a single IP string to be passed to the resolver option `:nameserver` (just like the `resolv` library does), besides the already supported list of IPs.
|
||||
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module HTTPX
|
||||
VERSION = "0.20.2"
|
||||
VERSION = "0.20.3"
|
||||
end
|
||||
|
||||
@ -1,4 +1,7 @@
|
||||
-
|
||||
-
|
||||
name: "0.20.3"
|
||||
path: "0_20_3_md.html"
|
||||
-
|
||||
name: "0.20.2"
|
||||
path: "0_20_2_md.html"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user