Skip to content

Commit

Permalink
Add changelog entry; bump gossipsub version to 0.46.0
Browse files Browse the repository at this point in the history
  • Loading branch information
StemCll committed Aug 5, 2023
1 parent a0e110d commit 014bcb9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion protocols/gossipsub/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
## 0.45.1 - unreleased
## 0.46.0 - unreleased

- Add getter function to obtain `TopicScoreParams`.
See [PR 4231].
- Remove `fast_message_id_fn` mechanism from `Config`.
See [PR 4285].

[PR 4285]: https://github.com/libp2p/rust-libp2p/pull/4285
[PR 4231]: https://github.com/libp2p/rust-libp2p/pull/4231

## 0.45.0
Expand Down
2 changes: 1 addition & 1 deletion protocols/gossipsub/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "libp2p-gossipsub"
edition = "2021"
rust-version = { workspace = true }
description = "Gossipsub protocol for libp2p"
version = "0.45.1"
version = "0.46.0"
authors = ["Age Manning <[email protected]>"]
license = "MIT"
repository = "https://github.com/libp2p/rust-libp2p"
Expand Down

0 comments on commit 014bcb9

Please sign in to comment.