Bump version to v0.1.6 (#264)
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
# 0.1.6 (April 24, 2018)
|
||||||
|
|
||||||
|
* Misc bug fixes related to stream management (#258, #260, #262).
|
||||||
|
|
||||||
# 0.1.5 (April 6, 2018)
|
# 0.1.5 (April 6, 2018)
|
||||||
|
|
||||||
* Fix the `last_stream_id` sent during graceful GOAWAY (#254).
|
* Fix the `last_stream_id` sent during graceful GOAWAY (#254).
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ name = "h2"
|
|||||||
# - Update html_root_url.
|
# - Update html_root_url.
|
||||||
# - Update CHANGELOG.md.
|
# - Update CHANGELOG.md.
|
||||||
# - Create git tag
|
# - Create git tag
|
||||||
version = "0.1.5"
|
version = "0.1.6"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
authors = ["Carl Lerche <me@carllerche.com>"]
|
authors = ["Carl Lerche <me@carllerche.com>"]
|
||||||
description = "An HTTP/2.0 client and server"
|
description = "An HTTP/2.0 client and server"
|
||||||
|
|||||||
Reference in New Issue
Block a user