Bump to v2.2.0

This commit is contained in:
Stjepan Glavina 2020-05-27 21:41:18 +02:00
parent 95e2999761
commit 5b6c9e128a
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
# Version 2.2.0
- Remove `PhantomData` making `'a` invariant.
# Version 2.1.0
- Run one of the closures on the main thread.

View File

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