Publishing v0.6.0-pre.0 (#146)
This commit is contained in:
@@ -1,5 +1,10 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 0.6.0-pre.0 (November 8, 2025)
|
||||||
|
* MSRV bumped to 1.83
|
||||||
|
* Updated Ristretto255 random scalar generation
|
||||||
|
* Updated generic-array to v1
|
||||||
|
|
||||||
## 0.5.0 (March 6, 2024)
|
## 0.5.0 (March 6, 2024)
|
||||||
* Just a version bump from v0.5.0-pre.7
|
* Just a version bump from v0.5.0-pre.7
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -9,7 +9,7 @@ name = "voprf"
|
|||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/facebook/voprf/"
|
repository = "https://github.com/facebook/voprf/"
|
||||||
rust-version = "1.83"
|
rust-version = "1.83"
|
||||||
version = "0.5.0"
|
version = "0.6.0-pre.0"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
alloc = []
|
alloc = []
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ Installation
|
|||||||
Add the following line to the dependencies of your `Cargo.toml`:
|
Add the following line to the dependencies of your `Cargo.toml`:
|
||||||
|
|
||||||
```
|
```
|
||||||
voprf = "0.5"
|
voprf = "0.6.0-pre.0"
|
||||||
```
|
```
|
||||||
|
|
||||||
### Minimum Supported Rust Version
|
### Minimum Supported Rust Version
|
||||||
|
|||||||
Reference in New Issue
Block a user