Publishing 0.5.0-pre.3 (#107)

This commit is contained in:
Kevin Lewi
2023-03-04 15:09:02 -08:00
committed by GitHub
parent 8b895cc631
commit 829c6add0f
3 changed files with 9 additions and 3 deletions
+6
View File
@@ -1,5 +1,11 @@
# Changelog # Changelog
## 0.5.0-pre.3 (March 4, 2023)
* Updated to be in sync with draft-irtf-cfrg-voprf-19
* Increased MSRV to 1.65
* Updated p256 dependency to v0.13
* Added p384 tests
## 0.5.0-pre.2 (February 3, 2023) ## 0.5.0-pre.2 (February 3, 2023)
* Increased MSRV to 1.60 * Increased MSRV to 1.60
* Updated p256 dependency to v0.12 * Updated p256 dependency to v0.12
+2 -2
View File
@@ -7,9 +7,9 @@ keywords = ["oprf"]
license = "MIT" license = "MIT"
name = "voprf" name = "voprf"
readme = "README.md" readme = "README.md"
repository = "https://github.com/novifinancial/voprf/" repository = "https://github.com/facebook/voprf/"
rust-version = "1.65" rust-version = "1.65"
version = "0.5.0-pre.2" version = "0.5.0-pre.3"
[features] [features]
alloc = [] alloc = []
+1 -1
View File
@@ -16,7 +16,7 @@ Installation
Add the following line to the dependencies of your `Cargo.toml`: Add the following line to the dependencies of your `Cargo.toml`:
``` ```
voprf = "0.5.0-pre.2" voprf = "0.5.0-pre.3"
``` ```
### Minimum Supported Rust Version ### Minimum Supported Rust Version