From eafa134c94416e9cd93e9c84462711d88fd78540 Mon Sep 17 00:00:00 2001 From: Kevin Lewi Date: Tue, 27 Jun 2023 15:10:37 -0700 Subject: [PATCH] Publishing v0.5.0-pre.5 (#115) --- .cargo/license.rs | 2 +- CHANGELOG.md | 3 +++ Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.cargo/license.rs b/.cargo/license.rs index 4b470fe..664968b 100644 --- a/.cargo/license.rs +++ b/.cargo/license.rs @@ -3,5 +3,5 @@ // This source code is dual-licensed under either the MIT license found in the // LICENSE-MIT file in the root directory of this source tree or the Apache // License, Version 2.0 found in the LICENSE-APACHE file in the root directory -// of this source tree. You may select, at your option, one of the above-listed\ +// of this source tree. You may select, at your option, one of the above-listed // licenses. diff --git a/CHANGELOG.md b/CHANGELOG.md index 93b48e6..5714d9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 0.5.0-pre.5 (June 27, 2023) +* Updated curve25519-dalek dependency to 4.0.0-rc.3 + ## 0.5.0-pre.4 (May 20, 2023) * Updated curve25519-dalek dependency to 4.0.0-rc.2 diff --git a/Cargo.toml b/Cargo.toml index 3eee177..18340fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ name = "voprf" readme = "README.md" repository = "https://github.com/facebook/voprf/" rust-version = "1.65" -version = "0.5.0-pre.4" +version = "0.5.0-pre.5" [features] alloc = []