Skip to content

Commit 793889e

Browse files
Bump to next version and fix changelog
1 parent b21efbf commit 793889e

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
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.

protocols/gossipsub/CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1+
## 0.44.4 - unreleased
2+
3+
- Deprecate `metrics`, `protocol`, `subscription_filter`, `time_cache` modules to make them private. See [PR 3777].
4+
5+
[PR 3777]: https://github.com/libp2p/rust-libp2p/pull/3777
6+
17
## 0.44.3
28

39
- Fix erroneously duplicate message IDs. See [PR 3716].
4-
- Deprecate `metrics`, `protocol`, `subscription_filter`, `time_cache` modules to make them private. See [PR 3777].
510

611
[PR 3716]: https://github.com/libp2p/rust-libp2p/pull/3716
7-
[PR 3777]: https://github.com/libp2p/rust-libp2p/pull/3777
812

913
## 0.44.2
1014

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 = "1.62.0"
55
description = "Gossipsub protocol for libp2p"
6-
version = "0.44.3"
6+
version = "0.44.4"
77
authors = ["Age Manning <[email protected]>"]
88
license = "MIT"
99
repository = "https://github.com/libp2p/rust-libp2p"

0 commit comments

Comments
 (0)