bumped version to 0.16.1

This commit is contained in:
HoneyryderChuck 2021-08-09 15:51:52 +01:00
parent eed79d0de3
commit c9de63d4cd
3 changed files with 9 additions and 1 deletions

View File

@ -0,0 +1,5 @@
# 0.16.1
## Bugfixes
* fixed native resolver hanging when dealing with FQDN end names (#145).

View File

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

View File

@ -1,4 +1,7 @@
-
-
name: "0.16.1"
path: "0_16_1_md.html"
-
name: "0.16.0"
path: "0_16_0_md.html"