From 890320e0bdf358c189152826e823f9708ed2ed39 Mon Sep 17 00:00:00 2001 From: HoneyryderChuck Date: Mon, 21 Feb 2022 16:27:31 +0000 Subject: [PATCH] bumped version to 0.19.3 --- doc/release_notes/0_19_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_19_3.md diff --git a/doc/release_notes/0_19_3.md b/doc/release_notes/0_19_3.md new file mode 100644 index 00000000..ff6f66eb --- /dev/null +++ b/doc/release_notes/0_19_3.md @@ -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. \ No newline at end of file diff --git a/lib/httpx/version.rb b/lib/httpx/version.rb index 4bad38df..2b198f18 100644 --- a/lib/httpx/version.rb +++ b/lib/httpx/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module HTTPX - VERSION = "0.19.2" + VERSION = "0.19.3" end diff --git a/www/_data/versions.yml b/www/_data/versions.yml index 18b99bb9..0179da6f 100644 --- a/www/_data/versions.yml +++ b/www/_data/versions.yml @@ -1,4 +1,7 @@ - + - + name: "0.19.3" + path: "0_19_3_md.html" - name: "0.19.2" path: "0_19_2_md.html"