Skip to content

Commit f0531f0

Browse files
authored
Publishing v0.5 (#133)
1 parent c93884a commit f0531f0

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changelog
22

3-
## 0.5.0-pre.7 (January 11, 2023)
3+
## 0.5.0 (March 6, 2024)
4+
* Just a version bump from v0.5.0-pre.7
5+
6+
## 0.5.0-pre.7 (January 11, 2024)
47
* Updated to be in sync with RFC 9497
58

69
## 0.5.0-pre.6 (July 24, 2023)

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/facebook/voprf/"
1111
rust-version = "1.65"
12-
version = "0.5.0-pre.7"
12+
version = "0.5.0"
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.5.0-pre.7"
19+
voprf = "0.5"
2020
```
2121

2222
### Minimum Supported Rust Version

0 commit comments

Comments
 (0)