Bump to v2.1.0

This commit is contained in:
Stjepan Glavina 2020-05-27 12:32:32 +02:00
parent 5befc44a62
commit 3adcbc884e
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
# Version 2.1.0
- Run one of the closures on the main thread.
# Version 2.0.0
- `Parallel::run()` now collects results.

View File

@ -1,6 +1,6 @@
[package]
name = "easy-parallel"
version = "2.0.0"
version = "2.1.0"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2018"
description = "Run closures in parallel"