mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-04 00:00:37 -04:00
bumped version to 0.15.3
This commit is contained in:
parent
8d5f693965
commit
5555ee5554
5
doc/release_notes/0_15_3.md
Normal file
5
doc/release_notes/0_15_3.md
Normal 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).
|
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module HTTPX
|
||||
VERSION = "0.15.2"
|
||||
VERSION = "0.15.3"
|
||||
end
|
||||
|
@ -1,4 +1,7 @@
|
||||
-
|
||||
-
|
||||
name: "0.15.3"
|
||||
path: "0_15_3_md.html"
|
||||
-
|
||||
name: "0.15.2"
|
||||
path: "0_15_2_md.html"
|
||||
|
Loading…
x
Reference in New Issue
Block a user