Prepare release

This commit is contained in:
Nikolay Kim 2022-10-03 10:23:03 +02:00
parent 7ce1927566
commit bc37d9c0d7
3 changed files with 6 additions and 2 deletions

View file

@ -1,5 +1,9 @@
# Changes
## [0.1.9] - 2022-10-03
* Fix on-disconnect never resolving #135
## [0.1.8] - 2022-02-19
* Add HttpProtocol type from ntex-tls

View file

@ -1,6 +1,6 @@
[package]
name = "ntex-io"
version = "0.1.8"
version = "0.1.9"
authors = ["ntex contributors <team@ntex.rs>"]
description = "Utilities for encoding and decoding frames"
keywords = ["network", "framework", "async", "futures"]

View file

@ -58,7 +58,7 @@ ntex-util = "0.1.17"
ntex-bytes = "0.1.16"
ntex-h2 = "0.1.4"
ntex-rt = "0.4.6"
ntex-io = "0.1.8"
ntex-io = "0.1.9"
ntex-tls = "0.1.5"
ntex-tokio = { version = "0.1.3", optional = true }
ntex-glommio = { version = "0.1.2", optional = true }