From 1d62011e657d2cd2a7309e97c393b60f2d5d8044 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Tue, 29 Dec 2020 15:07:51 -0500 Subject: [PATCH] Release v0.9.1 --- CHANGELOG.md | 9 ++++++++- Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 764b78b..20ec057 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## [Unreleased] +## [v0.9.1] - 2020-12-29 + +### Fixed + +* The `hyper/http1` Cargo feature is no longer enabled by default. + ## [v0.9.0] - 2020-12-24 ### Changed @@ -100,7 +106,8 @@ Look at the [release tags] for information about older releases. -[Unreleased]: https://github.com/sfackler/hyper-openssl/compare/0.9.0...master +[Unreleased]: https://github.com/sfackler/hyper-openssl/compare/0.9.1...master +[v0.9.1]: https://github.com/sfackler/hyper-openssl/compare/0.9.0...0.9.1 [v0.9.0]: https://github.com/sfackler/hyper-openssl/compare/0.8.1...0.9.0 [v0.8.1]: https://github.com/sfackler/hyper-openssl/compare/0.8.0...0.8.1 [v0.8.0]: https://github.com/sfackler/hyper-openssl/compare/0.8.0-alpha.4...0.8.0 diff --git a/Cargo.toml b/Cargo.toml index b7614de..79c74d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hyper-openssl" -version = "0.9.0" +version = "0.9.1" authors = ["Steven Fackler "] edition = "2018" description = "Hyper TLS support via OpenSSL"