From 411e31786f72d69a349204f04578929d9a5214c3 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Wed, 17 Jul 2019 10:33:47 +0600 Subject: [PATCH] update actix-connect changes --- actix-connect/CHANGES.md | 7 +++++++ actix-connect/Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/actix-connect/CHANGES.md b/actix-connect/CHANGES.md index d2626524..b5b3419c 100644 --- a/actix-connect/CHANGES.md +++ b/actix-connect/CHANGES.md @@ -1,9 +1,16 @@ # Changes +## [0.2.1] - 2019-07-17 + +### Added + +* Expose Connect addrs #30 + ### Changed * Update `derive_more` to 0.15 + ## [0.2.0] - 2019-05-12 ### Changed diff --git a/actix-connect/Cargo.toml b/actix-connect/Cargo.toml index 9a595c41..97b2007a 100644 --- a/actix-connect/Cargo.toml +++ b/actix-connect/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-connect" -version = "0.2.0" +version = "0.2.1" authors = ["Nikolay Kim "] description = "Actix Connector - tcp connector service" keywords = ["network", "framework", "async", "futures"]