Publishing v0.5 (#133)

This commit is contained in:
Kevin Lewi
2024-03-06 17:49:35 -08:00
committed by GitHub
parent c93884aca3
commit f0531f0812
3 changed files with 6 additions and 3 deletions
+4 -1
View File
@@ -1,6 +1,9 @@
# Changelog
## 0.5.0-pre.7 (January 11, 2023)
## 0.5.0 (March 6, 2024)
* Just a version bump from v0.5.0-pre.7
## 0.5.0-pre.7 (January 11, 2024)
* Updated to be in sync with RFC 9497
## 0.5.0-pre.6 (July 24, 2023)
+1 -1
View File
@@ -9,7 +9,7 @@ name = "voprf"
readme = "README.md"
repository = "https://github.com/facebook/voprf/"
rust-version = "1.65"
version = "0.5.0-pre.7"
version = "0.5.0"
[features]
alloc = []
+1 -1
View File
@@ -16,7 +16,7 @@ Installation
Add the following line to the dependencies of your `Cargo.toml`:
```
voprf = "0.5.0-pre.7"
voprf = "0.5"
```
### Minimum Supported Rust Version