bumping to 0.3.1, adding docs

This commit is contained in:
HoneyryderChuck 2018-12-27 16:25:40 +00:00
parent 2bcd54cfc1
commit 61f5b2e92d
3 changed files with 19 additions and 1 deletions

View File

@ -0,0 +1,6 @@
# 0.3.1
* improved DNS resolution error handling (decoding/encoding errors, system resolver)
* hotfix: Native/HTTPS resolver not retrying same record type after cache expired, effectively not working after some time for long-running processes

View File

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

View File

@ -1,4 +1,16 @@
-
-
name: "0.3.1"
path: "0_3_1_md.html"
-
name: "0.3.0"
path: "0_3_0_md.html"
-
name: "0.2.1"
path: "0_2_1_md.html"
-
name: "0.2.0"
path: "0_2_0_md.html"
-
name: "0.1.0"
path: "0_1_0_md.html"