Publishing v0.2 (#31)

This commit is contained in:
Kevin Lewi
2021-10-18 16:47:13 -07:00
committed by GitHub
parent 093a15f597
commit 1b3837a789
3 changed files with 8 additions and 2 deletions
+6
View File
@@ -1,5 +1,11 @@
# Changelog
## 0.2.0 (October 18, 2021)
* Removed the CipherSuite interface
* Added the "danger" feature for exposing internal functions
* General improvements to the group interface
## 0.1.0 (September 29, 2021)
* Initial release
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "voprf"
version = "0.1.0"
version = "0.2.0"
description = "An implementation of a verifiable oblivious pseudorandom function (VOPRF)"
authors = ["Kevin Lewi <[email protected]>"]
repository = "https://github.com/novifinancial/voprf/"
+1 -1
View File
@@ -16,7 +16,7 @@ Installation
Add the following line to the dependencies of your `Cargo.toml`:
```
voprf = "0.1.0"
voprf = "0.2"
```
### Minimum Supported Rust Version