Skip to content

Commit 5841277

Browse files
authored
chore(kad): revert version bump
Revert version bump, because `libp2p-kad-0.47.0` isn't released yet. Pull-Request: #5776.
1 parent e1d02ca commit 5841277

File tree

4 files changed

+7
-10
lines changed

4 files changed

+7
-10
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
@@ -84,7 +84,7 @@ libp2p-floodsub = { version = "0.45.0", path = "protocols/floodsub" }
8484
libp2p-gossipsub = { version = "0.48.0", path = "protocols/gossipsub" }
8585
libp2p-identify = { version = "0.46.1", path = "protocols/identify" }
8686
libp2p-identity = { version = "0.2.10" }
87-
libp2p-kad = { version = "0.47.1", path = "protocols/kad" }
87+
libp2p-kad = { version = "0.47.0", path = "protocols/kad" }
8888
libp2p-mdns = { version = "0.46.1", path = "protocols/mdns" }
8989
libp2p-memory-connection-limits = { version = "0.3.1", path = "misc/memory-connection-limits" }
9090
libp2p-metrics = { version = "0.15.0", path = "misc/metrics" }

protocols/kad/CHANGELOG.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
## 0.47.1
2-
3-
- Expose Distance private field U256 to public.
4-
See [PR 5705](https://github.com/libp2p/rust-libp2p/pull/5705).
5-
- Fix systematic memory allocation when iterating over `KBuckets`.
6-
See [PR 5715](https://github.com/libp2p/rust-libp2p/pull/5715).
7-
81
## 0.47.0
92

103
- Expose a kad query facility allowing specify num_results dynamicaly.
@@ -15,6 +8,10 @@
158
See [PR 5645](https://github.com/libp2p/rust-libp2p/pull/5645).
169
- Fix `cargo clippy` warnings in `rustc 1.84.0-beta.1`.
1710
See [PR 5700](https://github.com/libp2p/rust-libp2p/pull/5700).
11+
- Expose Distance private field U256 to public.
12+
See [PR 5705](https://github.com/libp2p/rust-libp2p/pull/5705).
13+
- Fix systematic memory allocation when iterating over `KBuckets`.
14+
See [PR 5715](https://github.com/libp2p/rust-libp2p/pull/5715).
1815

1916
## 0.46.2
2017

protocols/kad/Cargo.toml

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

0 commit comments

Comments
 (0)