From 40d81294db1f4ee8408de16ac8d5dab21e3cd1f1 Mon Sep 17 00:00:00 2001 From: Kevin Lewi Date: Fri, 3 Feb 2023 13:26:11 -0800 Subject: [PATCH] Publishing 0.5.0-pre.2 (#104) --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7b2382..782c530 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 0.5.0-pre.2 (February 3, 2023) +* Increased MSRV to 1.60 +* Updated p256 dependency to v0.12 +* Updated curve25519-dalek dependency to 4.0.0-rc.1 + ## 0.5.0-pre.1 (December 19, 2022) * Updated curve25519-dalek dependency to 4.0.0-pre.5 diff --git a/Cargo.toml b/Cargo.toml index d9d999d..43cd4f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ name = "voprf" readme = "README.md" repository = "https://github.com/novifinancial/voprf/" rust-version = "1.60" -version = "0.5.0-pre.1" +version = "0.5.0-pre.2" [features] alloc = [] diff --git a/README.md b/README.md index 3f74279..f97ae67 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Installation Add the following line to the dependencies of your `Cargo.toml`: ``` -voprf = "0.5.0-pre.1" +voprf = "0.5.0-pre.2" ``` ### Minimum Supported Rust Version