Skip to content

Commit 2a351ce

Browse files
authored
Publishing 0.5.0-pre.1 (#88)
1 parent 8f60a10 commit 2a351ce

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 0.5.0-pre.1 (December 19, 2022)
4+
* Updated curve25519-dalek dependency to 4.0.0-pre.5
5+
36
## 0.4.0 (September 15, 2022)
47
* Updated to be in sync with draft-irtf-cfrg-voprf-11, with
58
the addition of the POPRF mode

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name = "voprf"
99
readme = "README.md"
1010
repository = "https://github.com/novifinancial/voprf/"
1111
rust-version = "1.57"
12-
version = "0.4.0"
12+
version = "0.5.0-pre.1"
1313

1414
[features]
1515
alloc = []

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Installation
1616
Add the following line to the dependencies of your `Cargo.toml`:
1717

1818
```
19-
voprf = "0.4"
19+
voprf = "0.5.0-pre.1"
2020
```
2121

2222
### Minimum Supported Rust Version

0 commit comments

Comments
 (0)