From 392e1f850375bf68b5774cd26d19f119b60f6417 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Fri, 10 Apr 2020 13:34:42 +0600 Subject: [PATCH] prepare release --- Cargo.toml | 4 ++-- ntex/CHANGES.md | 4 +++- ntex/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1969aeffe..21d9c3c83 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,6 +14,6 @@ ntex = { path = "ntex" } ntex-codec = { path = "ntex-codec" } ntex-router = { path = "ntex-router" } ntex-rt = { path = "ntex-rt" } -ntex-rt-macros = { path = "ntex-rt-macros" } ntex-service = { path = "ntex-service" } -ntex-macros = { path = "ntex-macros" } \ No newline at end of file +# ntex-macros = { path = "ntex-macros" } +# ntex-rt-macros = { path = "ntex-rt-macros" } diff --git a/ntex/CHANGES.md b/ntex/CHANGES.md index 5470eda8f..5c8f4bcc5 100644 --- a/ntex/CHANGES.md +++ b/ntex/CHANGES.md @@ -1,11 +1,13 @@ # Changes -## [0.1.7] - 2020-04-xx +## [0.1.7] - 2020-04-10 * ntex::http: Fix handling of large http messages * ntex::http: Refine read/write back-pressure for h1 dispatcher +* ntex::web: Restore proc macros for handler registration + ## [0.1.6] - 2020-04-09 * ntex::web: Allow to add multiple services at once diff --git a/ntex/Cargo.toml b/ntex/Cargo.toml index 65c3c2332..2a8a356e8 100644 --- a/ntex/Cargo.toml +++ b/ntex/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ntex" -version = "0.1.6" +version = "0.1.7" authors = ["Nikolay Kim "] description = "Framework for composable network services" readme = "README.md"