mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-04 13:27:39 +03:00
Prepare release
This commit is contained in:
parent
7ce1927566
commit
bc37d9c0d7
3 changed files with 6 additions and 2 deletions
|
@ -1,5 +1,9 @@
|
||||||
# Changes
|
# Changes
|
||||||
|
|
||||||
|
## [0.1.9] - 2022-10-03
|
||||||
|
|
||||||
|
* Fix on-disconnect never resolving #135
|
||||||
|
|
||||||
## [0.1.8] - 2022-02-19
|
## [0.1.8] - 2022-02-19
|
||||||
|
|
||||||
* Add HttpProtocol type from ntex-tls
|
* Add HttpProtocol type from ntex-tls
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "ntex-io"
|
name = "ntex-io"
|
||||||
version = "0.1.8"
|
version = "0.1.9"
|
||||||
authors = ["ntex contributors <team@ntex.rs>"]
|
authors = ["ntex contributors <team@ntex.rs>"]
|
||||||
description = "Utilities for encoding and decoding frames"
|
description = "Utilities for encoding and decoding frames"
|
||||||
keywords = ["network", "framework", "async", "futures"]
|
keywords = ["network", "framework", "async", "futures"]
|
||||||
|
|
|
@ -58,7 +58,7 @@ ntex-util = "0.1.17"
|
||||||
ntex-bytes = "0.1.16"
|
ntex-bytes = "0.1.16"
|
||||||
ntex-h2 = "0.1.4"
|
ntex-h2 = "0.1.4"
|
||||||
ntex-rt = "0.4.6"
|
ntex-rt = "0.4.6"
|
||||||
ntex-io = "0.1.8"
|
ntex-io = "0.1.9"
|
||||||
ntex-tls = "0.1.5"
|
ntex-tls = "0.1.5"
|
||||||
ntex-tokio = { version = "0.1.3", optional = true }
|
ntex-tokio = { version = "0.1.3", optional = true }
|
||||||
ntex-glommio = { version = "0.1.2", optional = true }
|
ntex-glommio = { version = "0.1.2", optional = true }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue