bumped version to 0.15.3

This commit is contained in:
HoneyryderChuck 2021-07-05 13:50:33 +01:00
parent 8d5f693965
commit 5555ee5554
3 changed files with 9 additions and 1 deletions

View File

@ -0,0 +1,5 @@
# 0.15.3
## Bugfixes
* Fixed connection management, where selectables could end up with "arrays of IO objects" as elements, instead of just IO objects. This caused bugs when connecting and performing concurrent requests on multiple hosts (#138).

View File

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

View File

@ -1,4 +1,7 @@
-
-
name: "0.15.3"
path: "0_15_3_md.html"
-
name: "0.15.2"
path: "0_15_2_md.html"