Prepare master for 0.2.x

This commit is contained in:
Sean McArthur
2019-07-23 10:16:51 -07:00
parent 4dde4157d5
commit b3351e675b
2 changed files with 8 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ name = "h2"
# - html_root_url.
# - Update CHANGELOG.md.
# - Create git tag
version = "0.1.25"
version = "0.2.0-alpha.0"
license = "MIT"
authors = ["Carl Lerche <me@carllerche.com>"]
description = "An HTTP/2.0 client and server"
@@ -16,6 +16,8 @@ keywords = ["http", "async", "non-blocking"]
categories = ["asynchronous", "web-programming", "network-programming"]
exclude = ["fixtures/**", "ci/**"]
publish = false
[badges.travis-ci]
repository = "hyperium/h2"
branch = "master"