From eda4ad5bc3a41ae23a19bc0ccbb508cd33e374ff Mon Sep 17 00:00:00 2001 From: HoneyryderChuck Date: Fri, 11 Feb 2022 17:56:41 +0000 Subject: [PATCH] bumped version to 0.19.1 --- doc/release_notes/0_19_1.md | 5 +++++ lib/httpx/version.rb | 2 +- www/_data/versions.yml | 3 +++ 3 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 doc/release_notes/0_19_1.md diff --git a/doc/release_notes/0_19_1.md b/doc/release_notes/0_19_1.md new file mode 100644 index 00000000..09e0cd8f --- /dev/null +++ b/doc/release_notes/0_19_1.md @@ -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. diff --git a/lib/httpx/version.rb b/lib/httpx/version.rb index 278c7324..c1a445ff 100644 --- a/lib/httpx/version.rb +++ b/lib/httpx/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module HTTPX - VERSION = "0.19.0" + VERSION = "0.19.1" end diff --git a/www/_data/versions.yml b/www/_data/versions.yml index 12714203..4938fbc0 100644 --- a/www/_data/versions.yml +++ b/www/_data/versions.yml @@ -1,4 +1,7 @@ - + - + name: "0.19.1" + path: "0_19_1_md.html" - name: "0.19.0" path: "0_19_0_md.html"