Skip to content

Commit

Permalink
Release v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Dec 24, 2020
1 parent c1a0c31 commit a3b8b2b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

## [Unreleased]

## [v0.9.0] - 2020-12-24

### Changed

* Upgraded to hyper 0.14 and tokio 1.0.

## [v0.8.1] - 2020-10-01

### Added

* Added `HttpsLayer`.

## [v0.8.0] - 2019-12-10

### Changed
Expand Down Expand Up @@ -88,7 +100,9 @@

Look at the [release tags] for information about older releases.

[Unreleased]: https://github.com/sfackler/hyper-openssl/compare/0.8.0...master
[Unreleased]: https://github.com/sfackler/hyper-openssl/compare/0.9.0...master
[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
[v0.8.0-alpha.4]: https://github.com/sfackler/hyper-openssl/compare/0.8.0-alpha.1...0.8.0-alpha.4
[v0.8.0-alpha.1]: https://github.com/sfackler/hyper-openssl/compare/0.7.1...0.8.0-alpha.1
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hyper-openssl"
version = "0.8.1"
version = "0.9.0"
authors = ["Steven Fackler <[email protected]>"]
edition = "2018"
description = "Hyper TLS support via OpenSSL"
Expand Down

0 comments on commit a3b8b2b

Please sign in to comment.