Skip to content

Commit a30d5b7

Browse files
authored
Publishing v0.4.1 (#136)
1 parent 8f20115 commit a30d5b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 0.4.1 (TBD)
3+
## 0.4.1 (September 24, 2024)
44
* Backport all non-protocol-breaking changes from versions 0.5+
55
* Fixes Rust 1.81+ compatibility, compatible with 0.4.0 (draft 11), incompatible with 0.5+ (final RFC)
66
* Updated dependencies

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
//! An implementation of a verifiable oblivious pseudorandom function (VOPRF)
1010
//!
1111
//! Note: This implementation is in sync with
12-
//! [draft-irtf-cfrg-voprf-11](https://www.ietf.org/archive/id/draft-irtf-cfrg-voprf-19.html),
12+
//! [draft-irtf-cfrg-voprf-11](https://www.ietf.org/archive/id/draft-irtf-cfrg-voprf-11.html),
1313
//! but this specification is subject to change, until the final version
1414
//! published by the IETF.
1515
//!

0 commit comments

Comments
 (0)