Bump version to v0.1.6 (#264)

This commit is contained in:
Carl Lerche
2018-04-24 20:47:17 -07:00
committed by GitHub
parent 558e6b6e6c
commit 279dd93354
2 changed files with 5 additions and 1 deletions

View File

@@ -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)
* Fix the `last_stream_id` sent during graceful GOAWAY (#254).

View File

@@ -4,7 +4,7 @@ name = "h2"
# - Update html_root_url.
# - Update CHANGELOG.md.
# - Create git tag
version = "0.1.5"
version = "0.1.6"
license = "MIT"
authors = ["Carl Lerche <me@carllerche.com>"]
description = "An HTTP/2.0 client and server"