bumped version to 0.20.3

This commit is contained in:
HoneyryderChuck 2022-07-03 23:54:45 +01:00
parent c10cead33c
commit 534b3eb91b
3 changed files with 10 additions and 1 deletions

View 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.

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true # frozen_string_literal: true
module HTTPX module HTTPX
VERSION = "0.20.2" VERSION = "0.20.3"
end end

View File

@ -1,4 +1,7 @@
- -
-
name: "0.20.3"
path: "0_20_3_md.html"
- -
name: "0.20.2" name: "0.20.2"
path: "0_20_2_md.html" path: "0_20_2_md.html"