bumping to 0.6.1

This commit is contained in:
HoneyryderChuck 2019-11-22 12:41:24 +00:00
parent 6a1bca9239
commit 3f655bb031
3 changed files with 10 additions and 1 deletions

View File

@ -0,0 +1,6 @@
# 0.6.0
## Bugfixes
* If an http2 connection error happened before streams were open, errors weren't propagated, and there was an infinite loop.
* Bumping `http-2-next`, fixes the flow control issue causing requests to cloudfront to fail.

View File

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

View File

@ -1,4 +1,7 @@
- -
-
name: "0.6.1"
path: "0_6_1_md.html"
- -
name: "0.6.0" name: "0.6.0"
path: "0_6_0_md.html" path: "0_6_0_md.html"