From c4b34d774458418689438ac7d83b48fd525fa782 Mon Sep 17 00:00:00 2001 From: tyranron Date: Sun, 10 Nov 2019 18:02:05 +0200 Subject: [PATCH] Bump up crate version to 0.2.0 and pre-fill its changelog --- actix-threadpool/CHANGES.md | 6 ++++++ actix-threadpool/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/actix-threadpool/CHANGES.md b/actix-threadpool/CHANGES.md index 1050c503..aadf9ac9 100644 --- a/actix-threadpool/CHANGES.md +++ b/actix-threadpool/CHANGES.md @@ -1,5 +1,11 @@ # Changes +## [0.2.0] - 2019-??-?? + +### Changed + +* Migrate to `std::future` + ## [0.1.2] - 2019-08-05 ### Changed diff --git a/actix-threadpool/Cargo.toml b/actix-threadpool/Cargo.toml index 03e3e027..da6a9133 100644 --- a/actix-threadpool/Cargo.toml +++ b/actix-threadpool/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-threadpool" -version = "0.1.2" +version = "0.2.0" authors = ["Nikolay Kim "] description = "Actix thread pool for sync code" keywords = ["actix", "network", "framework", "async", "futures"]