Skip to content

Commit

Permalink
Update Version 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexiaChen committed Jan 10, 2021
1 parent 9561a66 commit e6d7c7d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Version 0.0.3

## Improvements

- Add publish workflow for cargo publish

# Version 0.0.2

## Improvements
Expand Down
7 changes: 6 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
[package]
authors = ["MathxH Chen <[email protected]>"]
description = "A Simple Publicly Verifiable Secret Sharing Library"
edition = "2018"
keywords = ["secret sharing", "threshold cryptography", "zero knowledge proofs", "publicly verifiable secret sharing"]
license-file = "LICENSE"
name = "mpvss-rs"
version = "0.0.2"
readme = "README.md"
repository = "https://github.com/AlexiaChen/mpvss-rs"
version = "0.0.3"

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

Expand Down

0 comments on commit e6d7c7d

Please sign in to comment.