Skip to content

Commit e6d7c7d

Browse files
committed
Update Version 0.0.3
1 parent 9561a66 commit e6d7c7d

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Version 0.0.3
2+
3+
## Improvements
4+
5+
- Add publish workflow for cargo publish
6+
17
# Version 0.0.2
28

39
## Improvements

Cargo.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
[package]
22
authors = ["MathxH Chen <[email protected]>"]
3+
description = "A Simple Publicly Verifiable Secret Sharing Library"
34
edition = "2018"
5+
keywords = ["secret sharing", "threshold cryptography", "zero knowledge proofs", "publicly verifiable secret sharing"]
6+
license-file = "LICENSE"
47
name = "mpvss-rs"
5-
version = "0.0.2"
8+
readme = "README.md"
9+
repository = "https://github.com/AlexiaChen/mpvss-rs"
10+
version = "0.0.3"
611

712
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
813

0 commit comments

Comments
 (0)