Skip to content

Commit 51015f5

Browse files
committed
bump v0.9.0
1 parent d45e642 commit 51015f5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hyper-proxy"
3-
version = "0.8.0"
3+
version = "0.9.0"
44
authors = ["Johann Tuffe <[email protected]>"]
55
description = "A proxy connector for Hyper-based applications"
66

@@ -36,6 +36,7 @@ headers = "0.3"
3636

3737
[dev-dependencies]
3838
tokio = { version = "1.0", features = ["full"] }
39+
hyper = { version = "0.14", features = ["client", "http1"] }
3940

4041
[features]
4142
openssl-tls = ["openssl", "tokio-openssl"]

Changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
- test: Adding missing tests
99
- chore: Changes to the build process or auxiliary tools/libraries/documentation
1010

11+
## 0.9.0
12+
- feat: upgrade to tokio 1.0
13+
- feat: add tokio-openssl support
14+
1115
## 0.8.0
1216
- feat: add rustls-webpki feature (see #16)
1317
- feat: add ability to force use CONNECT method for HTTP/2.0

0 commit comments

Comments
 (0)