Skip to content

Commit 014bcb9

Browse files
committed
Add changelog entry; bump gossipsub version to 0.46.0
1 parent a0e110d commit 014bcb9

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

protocols/gossipsub/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
## 0.45.1 - unreleased
1+
## 0.46.0 - unreleased
22

33
- Add getter function to obtain `TopicScoreParams`.
44
See [PR 4231].
5+
- Remove `fast_message_id_fn` mechanism from `Config`.
6+
See [PR 4285].
57

8+
[PR 4285]: https://github.com/libp2p/rust-libp2p/pull/4285
69
[PR 4231]: https://github.com/libp2p/rust-libp2p/pull/4231
710

811
## 0.45.0

protocols/gossipsub/Cargo.toml

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

0 commit comments

Comments
 (0)