Skip to content

Commit eafa134

Browse files
authored
Publishing v0.5.0-pre.5 (#115)
1 parent 209b957 commit eafa134

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.cargo/license.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
// This source code is dual-licensed under either the MIT license found in the
44
// LICENSE-MIT file in the root directory of this source tree or the Apache
55
// License, Version 2.0 found in the LICENSE-APACHE file in the root directory
6-
// of this source tree. You may select, at your option, one of the above-listed\
6+
// of this source tree. You may select, at your option, one of the above-listed
77
// licenses.

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 0.5.0-pre.5 (June 27, 2023)
4+
* Updated curve25519-dalek dependency to 4.0.0-rc.3
5+
36
## 0.5.0-pre.4 (May 20, 2023)
47
* Updated curve25519-dalek dependency to 4.0.0-rc.2
58

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name = "voprf"
99
readme = "README.md"
1010
repository = "https://github.com/facebook/voprf/"
1111
rust-version = "1.65"
12-
version = "0.5.0-pre.4"
12+
version = "0.5.0-pre.5"
1313

1414
[features]
1515
alloc = []

0 commit comments

Comments
 (0)