From 22477a769a93cda61bf73ddd7638b7d568c2764a Mon Sep 17 00:00:00 2001 From: MathxH Chen Date: Sun, 28 Feb 2021 18:23:26 +0800 Subject: [PATCH] Update Version 0.2.0 --- CHANGELOG | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 6e199b6..faec309 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +# Version 0.2.0 + +## Features + +- Add reconstruct_parallelized API for improve reconstruct performance + # Version 0.1.0 ## Improvements diff --git a/Cargo.toml b/Cargo.toml index f6b8768..2003c7f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ license-file = "LICENSE" name = "mpvss-rs" readme = "README.md" repository = "https://github.com/AlexiaChen/mpvss-rs" -version = "0.1.0" +version = "0.2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html