This commit is contained in:
Sean McArthur
2018-06-25 12:46:41 -07:00
parent e61fe54093
commit d7436cfbe0
3 changed files with 11 additions and 2 deletions

View File

@@ -1,3 +1,12 @@
### v0.12.3 (2018-06-25)
#### Features
* **client:** enable CONNECT requests through the `Client` ([2a3844ac](https://github.com/hyperium/hyper/commit/2a3844acc393d42ff1b75f798dcc321a20956bea))
* **http2:** quickly cancel when receiving RST_STREAM ([ffdb4788](https://github.com/hyperium/hyper/commit/ffdb47883190a8889cf30b716294383392a763c5))
### v0.12.2 (2018-06-19)

View File

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

View File

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