Publishing 0.5.0-pre.1 (#88)

This commit is contained in:
Kevin Lewi
2022-12-19 13:17:58 -08:00
committed by GitHub
parent 8f60a10b8d
commit 2a351ceb4d
3 changed files with 5 additions and 2 deletions
+3
View File
@@ -1,5 +1,8 @@
# Changelog
## 0.5.0-pre.1 (December 19, 2022)
* Updated curve25519-dalek dependency to 4.0.0-pre.5
## 0.4.0 (September 15, 2022)
* Updated to be in sync with draft-irtf-cfrg-voprf-11, with
the addition of the POPRF mode
+1 -1
View File
@@ -9,7 +9,7 @@ name = "voprf"
readme = "README.md"
repository = "https://github.com/novifinancial/voprf/"
rust-version = "1.57"
version = "0.4.0"
version = "0.5.0-pre.1"
[features]
alloc = []
+1 -1
View File
@@ -16,7 +16,7 @@ Installation
Add the following line to the dependencies of your `Cargo.toml`:
```
voprf = "0.4"
voprf = "0.5.0-pre.1"
```
### Minimum Supported Rust Version