prepare release

This commit is contained in:
Nikolay Kim 2020-04-10 13:34:42 +06:00
parent c1877c2707
commit 392e1f8503
3 changed files with 6 additions and 4 deletions

View file

@ -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" }
# ntex-macros = { path = "ntex-macros" }
# ntex-rt-macros = { path = "ntex-rt-macros" }

View file

@ -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

View file

@ -1,6 +1,6 @@
[package]
name = "ntex"
version = "0.1.6"
version = "0.1.7"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Framework for composable network services"
readme = "README.md"