Bump to v3.1.0

This commit is contained in:
Stjepan Glavina 2020-07-22 10:20:50 +02:00
parent d8499b9844
commit 1bbc7fae77
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
# Version 3.1.0
- Add `Parallel::finish()`.
# Version 3.0.0
- Collect results in the same order closures were added.

View File

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