From bc37d9c0d7985c3a91d74e0cf4e4a71289e5aa25 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Mon, 3 Oct 2022 10:23:03 +0200 Subject: [PATCH] Prepare release --- ntex-io/CHANGES.md | 4 ++++ ntex-io/Cargo.toml | 2 +- ntex/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ntex-io/CHANGES.md b/ntex-io/CHANGES.md index f49aeb55..3c5ed6c4 100644 --- a/ntex-io/CHANGES.md +++ b/ntex-io/CHANGES.md @@ -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 diff --git a/ntex-io/Cargo.toml b/ntex-io/Cargo.toml index 7347da29..59a9a93b 100644 --- a/ntex-io/Cargo.toml +++ b/ntex-io/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ntex-io" -version = "0.1.8" +version = "0.1.9" authors = ["ntex contributors "] description = "Utilities for encoding and decoding frames" keywords = ["network", "framework", "async", "futures"] diff --git a/ntex/Cargo.toml b/ntex/Cargo.toml index 3e3262e2..0f61534a 100644 --- a/ntex/Cargo.toml +++ b/ntex/Cargo.toml @@ -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 }