Commit f0531f0 1 parent c93884a commit f0531f0 Copy full SHA for f0531f0
File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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)
4
7
* Updated to be in sync with RFC 9497
5
8
6
9
## 0.5.0-pre.6 (July 24, 2023)
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ name = "voprf"
9
9
readme = " README.md"
10
10
repository = " https://github.com/facebook/voprf/"
11
11
rust-version = " 1.65"
12
- version = " 0.5.0-pre.7 "
12
+ version = " 0.5.0"
13
13
14
14
[features ]
15
15
alloc = []
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Installation
16
16
Add the following line to the dependencies of your ` Cargo.toml ` :
17
17
18
18
```
19
- voprf = "0.5.0-pre.7 "
19
+ voprf = "0.5"
20
20
```
21
21
22
22
### Minimum Supported Rust Version
You can’t perform that action at this time.
0 commit comments