Bump up crate version to 0.2.0 and pre-fill its changelog

This commit is contained in:
tyranron 2019-11-10 18:02:05 +02:00
parent 7d58446cb7
commit c4b34d7744
No known key found for this signature in database
GPG Key ID: 762E144FB230A4F0
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# Changes
## [0.2.0] - 2019-??-??
### Changed
* Migrate to `std::future`
## [0.1.2] - 2019-08-05
### Changed

View File

@ -1,6 +1,6 @@
[package]
name = "actix-threadpool"
version = "0.1.2"
version = "0.2.0"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Actix thread pool for sync code"
keywords = ["actix", "network", "framework", "async", "futures"]