bumped version to 0.19.3

This commit is contained in:
HoneyryderChuck 2022-02-21 16:27:31 +00:00
parent eeeac1f785
commit 890320e0bd
3 changed files with 10 additions and 1 deletions

View File

@ -0,0 +1,6 @@
# 0.19.3
## Bugfixes
* `retries` plugin: allow passing floats to `:retry_after` option.
* dns: fixing cache lookups filtering by IP family which was causing socket connect handshake to start with no IP.

View File

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

View File

@ -1,4 +1,7 @@
- -
-
name: "0.19.3"
path: "0_19_3_md.html"
- -
name: "0.19.2" name: "0.19.2"
path: "0_19_2_md.html" path: "0_19_2_md.html"