Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

*: Prepare v0.46.0 #2730

Merged
merged 5 commits into from Jul 5, 2022
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -43,7 +43,7 @@

# `libp2p` facade crate

# 0.46.0 [unreleased]
# 0.46.0

- Semver bump Rust from `1.56.1` to `1.60.0` . See [PR 2646].
- Added weak dependencies for features. See [PR 2646].
Expand Down
2 changes: 1 addition & 1 deletion core/CHANGELOG.md
@@ -1,4 +1,4 @@
# 0.34.0 - unreleased
# 0.34.0

- Introduce `StreamMuxerEvent::map_inbound_stream`. See [PR 2691].
- Remove `{read,write,flush,shutdown,destroy}_substream` functions from `StreamMuxer` trait
Expand Down
2 changes: 1 addition & 1 deletion misc/metrics/CHANGELOG.md
@@ -1,4 +1,4 @@
# 0.7.0 [unreleased]
# 0.7.0

- Update to `libp2p-core` `v0.34.0`.

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

- `Substream` now implements `AsyncRead` and `AsyncWrite`. See [PR 2706].
- Update to `libp2p-core` `v0.34.0`
Expand Down
2 changes: 1 addition & 1 deletion muxers/yamux/CHANGELOG.md
@@ -1,4 +1,4 @@
# 0.38.0 [unreleased]
# 0.38.0

- Update to `libp2p-core` `v0.34.0`.

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

- Update to `libp2p-core` `v0.34.0`.

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

- Update to `libp2p-core` `v0.34.0`.

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

- Update to `libp2p-core` `v0.34.0`.

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

- Update to `libp2p-core` `v0.34.0`.

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

- Update to `libp2p-core` `v0.34.0`.

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

- Update to `libp2p-core` `v0.34.0`.

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

- Update to `libp2p-core` `v0.34.0`.

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

- Update to `libp2p-core` `v0.34.0`.

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

- Update to `libp2p-core` `v0.34.0`.

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

- Update to `libp2p-core` `v0.34.0`.

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

- Update to `libp2p-core` `v0.34.0`.

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

- Update to `libp2p-core` `v0.34.0`.

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

- Update to `libp2p-core` `v0.34.0`.

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

- Update to `libp2p-core` `v0.34.0`.

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

- Update to `libp2p-core` `v0.34.0`.

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

- Update to `libp2p-core` `v0.34.0`.

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

- Update to `libp2p-core` `v0.34.0`.

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

- Update dependencies.
- Update to `libp2p-core` `v0.34.0`.
Expand Down
2 changes: 1 addition & 1 deletion transports/wasm-ext/CHANGELOG.md
@@ -1,4 +1,4 @@
# 0.34.0 [unreleased]
# 0.34.0

- Update to `libp2p-core` `v0.34.0`.

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

- Update to `libp2p-core` `v0.34.0`.

Expand Down