Release 3.2.0

This commit is contained in:
Taiki Endo 2021-12-30 12:51:29 +09:00
parent 18839b0752
commit 5e2bc4516a
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,7 @@
# Version 3.2.0
- Remove `T: Default` bound from `Default` impl.
# Version 3.1.0
- Add `Parallel::finish()`.

View File

@ -1,6 +1,9 @@
[package]
name = "easy-parallel"
version = "3.1.0"
# When publishing a new version:
# - Update CHANGELOG.md
# - Create "v3.x.y" git tag
version = "3.2.0"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2018"
description = "Run closures in parallel"