Skip to content

Commit 392e1f8

Browse files
committed
prepare release
1 parent c1877c2 commit 392e1f8

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ ntex = { path = "ntex" }
1414
ntex-codec = { path = "ntex-codec" }
1515
ntex-router = { path = "ntex-router" }
1616
ntex-rt = { path = "ntex-rt" }
17-
ntex-rt-macros = { path = "ntex-rt-macros" }
1817
ntex-service = { path = "ntex-service" }
19-
ntex-macros = { path = "ntex-macros" }
18+
# ntex-macros = { path = "ntex-macros" }
19+
# ntex-rt-macros = { path = "ntex-rt-macros" }

ntex/CHANGES.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
# Changes
22

3-
## [0.1.7] - 2020-04-xx
3+
## [0.1.7] - 2020-04-10
44

55
* ntex::http: Fix handling of large http messages
66

77
* ntex::http: Refine read/write back-pressure for h1 dispatcher
88

9+
* ntex::web: Restore proc macros for handler registration
10+
911
## [0.1.6] - 2020-04-09
1012

1113
* ntex::web: Allow to add multiple services at once

ntex/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ntex"
3-
version = "0.1.6"
3+
version = "0.1.7"
44
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
55
description = "Framework for composable network services"
66
readme = "README.md"

0 commit comments

Comments
 (0)