Skip to content

Commit

Permalink
*: Prepare libp2p v0.44.0 (#2604)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxinden committed Apr 4, 2022
1 parent 4d796fd commit f26adbc
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -42,7 +42,7 @@

# `libp2p` facade crate

## 0.44.0 [unreleased]
## 0.44.0

- Update individual crates.
- Update to [`libp2p-dcutr` `v0.2.0`](protocols/dcutr/CHANGELOG.md).
Expand Down
2 changes: 1 addition & 1 deletion core/CHANGELOG.md
@@ -1,4 +1,4 @@
# 0.32.1 [unreleased]
# 0.32.1

- Add `PeerId::try_from_multiaddr` to extract a `PeerId` from a `Multiaddr` that ends in `/p2p/<peer-id>`.

Expand Down
2 changes: 1 addition & 1 deletion misc/metrics/CHANGELOG.md
@@ -1,4 +1,4 @@
# 0.5.0 [unreleased]
# 0.5.0

- Update to `libp2p-swarm` `v0.35.0`.

Expand Down
2 changes: 1 addition & 1 deletion protocols/autonat/CHANGELOG.md
@@ -1,4 +1,4 @@
# 0.3.0 [unreleased]
# 0.3.0

- Update to `libp2p-swarm` `v0.35.0`.

Expand Down
2 changes: 1 addition & 1 deletion protocols/dcutr/CHANGELOG.md
@@ -1,4 +1,4 @@
# 0.2.0 [unreleased]
# 0.2.0

- Expose `InboundUpgradeError` and `OutboundUpgradeError`. See [PR, 2586].

Expand Down
2 changes: 1 addition & 1 deletion protocols/floodsub/CHANGELOG.md
@@ -1,4 +1,4 @@
# 0.35.0 [unreleased]
# 0.35.0

- Update to `libp2p-swarm` `v0.35.0`.

Expand Down
2 changes: 1 addition & 1 deletion protocols/gossipsub/CHANGELOG.md
@@ -1,4 +1,4 @@
# 0.37.0 [unreleased]
# 0.37.0

- Update to `libp2p-swarm` `v0.35.0`.

Expand Down
2 changes: 1 addition & 1 deletion protocols/identify/CHANGELOG.md
@@ -1,4 +1,4 @@
# 0.35.0 [unreleased]
# 0.35.0

- Update to `libp2p-swarm` `v0.35.0`.

Expand Down
2 changes: 1 addition & 1 deletion protocols/kad/CHANGELOG.md
@@ -1,4 +1,4 @@
# 0.36.0 [unreleased]
# 0.36.0

- Update to `libp2p-swarm` `v0.35.0`.

Expand Down
2 changes: 1 addition & 1 deletion protocols/mdns/CHANGELOG.md
@@ -1,4 +1,4 @@
# 0.36.0 [unreleased]
# 0.36.0

- Update to `libp2p-swarm` `v0.35.0`.

Expand Down
2 changes: 1 addition & 1 deletion protocols/ping/CHANGELOG.md
@@ -1,4 +1,4 @@
# 0.35.0 [unreleased]
# 0.35.0

- Update to `libp2p-swarm` `v0.35.0`.

Expand Down
2 changes: 1 addition & 1 deletion protocols/relay/CHANGELOG.md
@@ -1,4 +1,4 @@
# 0.8.0 [unreleased]
# 0.8.0

- Expose `{Inbound,Outbound}{Hop,Stop}UpgradeError`. See [PR 2586].

Expand Down
2 changes: 1 addition & 1 deletion protocols/rendezvous/CHANGELOG.md
@@ -1,4 +1,4 @@
# 0.5.0 [unreleased]
# 0.5.0

- Update to `libp2p-swarm` `v0.35.0`.

Expand Down
2 changes: 1 addition & 1 deletion protocols/request-response/CHANGELOG.md
@@ -1,4 +1,4 @@
# 0.17.0 [unreleased]
# 0.17.0

- Update to `libp2p-swarm` `v0.35.0`.

Expand Down
2 changes: 1 addition & 1 deletion swarm/CHANGELOG.md
@@ -1,4 +1,4 @@
# 0.35.0 [unreleased]
# 0.35.0

- Add impl `IntoIterator` for `MultiHandler`. See [PR 2572].
- Remove `Send` bound from `NetworkBehaviour`. See [PR 2535].
Expand Down
2 changes: 1 addition & 1 deletion transports/dns/CHANGELOG.md
@@ -1,4 +1,4 @@
# 0.32.1 [unreleased]
# 0.32.1

- Update to `trust-dns` `v0.21`. See [PR 2543].

Expand Down

0 comments on commit f26adbc

Please sign in to comment.