Skip to content

Commit

Permalink
Publishing v0.5.0-pre.5 (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlewi committed Jun 27, 2023
1 parent 209b957 commit eafa134
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cargo/license.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []
Expand Down

0 comments on commit eafa134

Please sign in to comment.