bumped version to 0.19.1

This commit is contained in:
HoneyryderChuck 2022-02-11 17:56:41 +00:00
parent 0e9a964fe1
commit eda4ad5bc3
3 changed files with 9 additions and 1 deletions

View File

@ -0,0 +1,5 @@
# 0.19.1
## Bugfixes
Fixing a DNS dual-stack case where one the resolvers may have finished way before the previous one and will therefore return no timeout.

View File

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

View File

@ -1,4 +1,7 @@
- -
-
name: "0.19.1"
path: "0_19_1_md.html"
- -
name: "0.19.0" name: "0.19.0"
path: "0_19_0_md.html" path: "0_19_0_md.html"