We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58621d7 commit 22477a7Copy full SHA for 22477a7
CHANGELOG
@@ -1,3 +1,9 @@
1
+# Version 0.2.0
2
+
3
+## Features
4
5
+- Add reconstruct_parallelized API for improve reconstruct performance
6
7
# Version 0.1.0
8
9
## Improvements
Cargo.toml
@@ -7,7 +7,7 @@ license-file = "LICENSE"
name = "mpvss-rs"
readme = "README.md"
repository = "https://github.com/AlexiaChen/mpvss-rs"
10
-version = "0.1.0"
+version = "0.2.0"
11
12
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
13
0 commit comments