From d97f328b6440c5028819ec07d14b31efe23dd73c Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Sun, 21 Feb 2021 16:33:40 +0600 Subject: [PATCH] prep release --- ntex/CHANGES.md | 4 ++++ ntex/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ntex/CHANGES.md b/ntex/CHANGES.md index 3b110737..16fc0df5 100644 --- a/ntex/CHANGES.md +++ b/ntex/CHANGES.md @@ -1,5 +1,9 @@ # Changes +## [0.2.0] - 2021-02-21 + +* 0.2 release + ## [0.2.0-b.14] - 2021-02-20 * connect: Allow to access to inner type of Connect diff --git a/ntex/Cargo.toml b/ntex/Cargo.toml index 7b4fb6bc..16690a8a 100644 --- a/ntex/Cargo.toml +++ b/ntex/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ntex" -version = "0.2.0-b.14" +version = "0.2.0" authors = ["ntex contributors "] description = "Framework for composable network services" readme = "README.md"