From 86f57e5a4a05a10b42e9ee7dfaadc01126a811d4 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Sat, 9 Mar 2019 14:10:02 -0800 Subject: [PATCH] prepare actix-service release --- actix-service/CHANGES.md | 4 ++-- actix-service/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/actix-service/CHANGES.md b/actix-service/CHANGES.md index 881667b2..3cf8fc4c 100644 --- a/actix-service/CHANGES.md +++ b/actix-service/CHANGES.md @@ -1,12 +1,12 @@ # Changes -## [0.3.3] - 2019-03-xx +## [0.3.3] - 2019-03-09 ### Added * Add `ApplyTransform` new service for transform and new service. -* Add `NewService::apply_cfg()` combinator, it allows to use +* Add `NewService::apply_cfg()` combinator, allows to use nested `NewService` with different config parameter. ### Changed diff --git a/actix-service/Cargo.toml b/actix-service/Cargo.toml index 705a762a..68ba8969 100644 --- a/actix-service/Cargo.toml +++ b/actix-service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-service" -version = "0.3.2" +version = "0.3.3" authors = ["Nikolay Kim "] description = "Actix Service" keywords = ["network", "framework", "async", "futures"]