From 534b3eb91bcd60e1d89088a2dd975bc96ab6bf8c Mon Sep 17 00:00:00 2001 From: HoneyryderChuck Date: Sun, 3 Jul 2022 23:54:45 +0100 Subject: [PATCH] bumped version to 0.20.3 --- doc/release_notes/0_20_3.md | 6 ++++++ lib/httpx/version.rb | 2 +- www/_data/versions.yml | 3 +++ 3 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 doc/release_notes/0_20_3.md diff --git a/doc/release_notes/0_20_3.md b/doc/release_notes/0_20_3.md new file mode 100644 index 00000000..1e0b8d6f --- /dev/null +++ b/doc/release_notes/0_20_3.md @@ -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. \ No newline at end of file diff --git a/lib/httpx/version.rb b/lib/httpx/version.rb index 4c89d729..3ec76680 100644 --- a/lib/httpx/version.rb +++ b/lib/httpx/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module HTTPX - VERSION = "0.20.2" + VERSION = "0.20.3" end diff --git a/www/_data/versions.yml b/www/_data/versions.yml index 68ce0128..2f1daa78 100644 --- a/www/_data/versions.yml +++ b/www/_data/versions.yml @@ -1,4 +1,7 @@ - + - + name: "0.20.3" + path: "0_20_3_md.html" - name: "0.20.2" path: "0_20_2_md.html"