Skip to content

Commit 2f9294c

Browse files
authored
chore(identify): revert version bump
Revert version bump, `libp2p-identify-v0.46.0` isn't released yet. Pull-Request: #5778.
1 parent f7f9e13 commit 2f9294c

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ libp2p-dcutr = { version = "0.12.1", path = "protocols/dcutr" }
8282
libp2p-dns = { version = "0.42.1", path = "transports/dns" }
8383
libp2p-floodsub = { version = "0.45.0", path = "protocols/floodsub" }
8484
libp2p-gossipsub = { version = "0.48.0", path = "protocols/gossipsub" }
85-
libp2p-identify = { version = "0.46.1", path = "protocols/identify" }
85+
libp2p-identify = { version = "0.46.0", path = "protocols/identify" }
8686
libp2p-identity = { version = "0.2.10" }
8787
libp2p-kad = { version = "0.47.0", path = "protocols/kad" }
8888
libp2p-mdns = { version = "0.46.1", path = "protocols/mdns" }

protocols/identify/CHANGELOG.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
## 0.46.1
2-
- Discard `Info`s received from remote peers that contain a public key that doesn't match their peer ID.
3-
See [PR 5707](https://github.com/libp2p/rust-libp2p/pull/5707).
4-
51
## 0.46.0
62

73
- Make `identify::Config` fields private and add getter functions.
84
See [PR 5663](https://github.com/libp2p/rust-libp2p/pull/5663).
5+
- Discard `Info`s received from remote peers that contain a public key that doesn't match their peer ID.
6+
See [PR 5707](https://github.com/libp2p/rust-libp2p/pull/5707).
97

108
## 0.45.1
119

protocols/identify/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "libp2p-identify"
33
edition = "2021"
44
rust-version = { workspace = true }
55
description = "Nodes identification protocol for libp2p"
6-
version = "0.46.1"
6+
version = "0.46.0"
77
authors = ["Parity Technologies <[email protected]>"]
88
license = "MIT"
99
repository = "https://github.com/libp2p/rust-libp2p"

0 commit comments

Comments
 (0)