libp2p-identity version bump

This commit is contained in:
Ivan Boldyrev 2023-10-05 18:27:30 +04:00
parent 554e09762f
commit 4fe58a1a3b
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
## 0.2.5
- Add `rand` feature to gate methods requiring a random number generator, enabling use in
restricted environments (e.g. smartcontracts). This feature is not enabled by default.
## 0.2.4
- Implement `Keypair::derive_secret`, to deterministically derive a new secret from the embedded secret key.

View File

@ -1,6 +1,6 @@
[package]
name = "libp2p-identity"
version = "0.2.4"
version = "0.2.5"
edition = "2021"
description = "Data structures and algorithms for identifying peers in libp2p."
rust-version = { workspace = true }