This commit is contained in:
Sean McArthur
2017-07-03 15:08:38 -07:00
parent 9bb71b9bbf
commit 7ce3121132
3 changed files with 10 additions and 2 deletions

View File

@@ -1,3 +1,11 @@
### v0.11.1 (2017-07-03)
#### Features
* **server:** Handle 100-continue ([6164e764](https://github.com/hyperium/hyper/commit/6164e76405935065aeb912f94ba94230e0bac60f))
## v0.11.0 (2017-06-13) ## v0.11.0 (2017-06-13)
#### Bug Fixes #### Bug Fixes

View File

@@ -1,7 +1,7 @@
[package] [package]
name = "hyper" name = "hyper"
version = "0.11.0" # don't forget to update html_root_url version = "0.11.1" # don't forget to update html_root_url
description = "A modern HTTP library." description = "A modern HTTP library."
readme = "README.md" readme = "README.md"
homepage = "https://hyper.rs" homepage = "https://hyper.rs"

View File

@@ -1,4 +1,4 @@
#![doc(html_root_url = "https://docs.rs/hyper/0.11.0")] #![doc(html_root_url = "https://docs.rs/hyper/0.11.1")]
#![deny(missing_docs)] #![deny(missing_docs)]
#![deny(warnings)] #![deny(warnings)]
#![deny(missing_debug_implementations)] #![deny(missing_debug_implementations)]