Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
fafhrd91 committed Apr 10, 2020
1 parent c1877c2 commit 392e1f8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
4 changes: 3 additions & 1 deletion ntex/CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion ntex/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ntex"
version = "0.1.6"
version = "0.1.7"
authors = ["Nikolay Kim <[email protected]>"]
description = "Framework for composable network services"
readme = "README.md"
Expand Down

0 comments on commit 392e1f8

Please sign in to comment.