Skip to content

Commit

Permalink
*: Prepare v0.49.0 (libp2p#2931)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxinden authored and thomaseizinger committed Oct 17, 2022
1 parent 8034850 commit f146834
Show file tree
Hide file tree
Showing 28 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -43,7 +43,7 @@

# `libp2p` facade crate

# 0.49.0 - [unreleased]
# 0.49.0

- Remove default features. You need to enable required features explicitly now. As a quick workaround, you may want to use the
new `full` feature which activates all features. See [PR 2918].
Expand Down
4 changes: 2 additions & 2 deletions core/CHANGELOG.md
@@ -1,8 +1,8 @@
# 0.37.0 [unreleased]
# 0.37.0

- Implement `Hash` and `Ord` for `PublicKey`. See [PR 2915].

- Remove default features. If you previously depended on `secp256k1` or `ecdsa` you need to enable these explicitly
- Remove default features. If you previously depended on `secp256k1` or `ecdsa` you need to enable these explicitly
now. See [PR 2918].

- Deprecate `StreamMuxerExt::next_{inbound,outbound}`. See [PR 3002].
Expand Down
2 changes: 1 addition & 1 deletion misc/metrics/CHANGELOG.md
@@ -1,4 +1,4 @@
# 0.10.0 [unreleased]
# 0.10.0

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

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

- Remove parallel dialing optimization, to avoid requiring the use of the `ls` command. See [PR 2934].

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

- Bump rand to 0.8 and quickcheck to 1. See [PR 2857].

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

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

Expand Down
4 changes: 2 additions & 2 deletions protocols/autonat/CHANGELOG.md
@@ -1,5 +1,5 @@
# 0.8.0 [unreleased]
# 0.8.0

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

- Update to `libp2p-swarm` `v0.40.0`.
Expand Down
2 changes: 1 addition & 1 deletion protocols/dcutr/CHANGELOG.md
@@ -1,4 +1,4 @@
# 0.7.0 [unreleased]
# 0.7.0

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

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

- Bump rand to 0.8 and quickcheck to 1. See [PR 2857].

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

- Bump rand to 0.8 and quickcheck to 1. See [PR 2857].

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

- Update dependencies.

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

- Remove deprecated `set_protocol_name()` from `KademliaConfig` & `KademliaProtocolConfig`.
Use `set_protocol_names()` instead. See [PR 2866].
Expand Down
2 changes: 1 addition & 1 deletion protocols/mdns/CHANGELOG.md
@@ -1,4 +1,4 @@
# 0.41.0 [unreleased]
# 0.41.0

- Remove default features. If you previously depended on `async-io` you need to enable this explicitly now. See [PR 2918].

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

- Bump rand to 0.8 and quickcheck to 1. See [PR 2857].
- Deprecate types with `Ping` prefix. Prefer importing them via the `ping` namespace, i.e. `libp2p::ping::Event` instead
Expand Down
2 changes: 1 addition & 1 deletion protocols/relay/CHANGELOG.md
@@ -1,4 +1,4 @@
# 0.13.0 [unreleased]
# 0.13.0

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

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

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

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

- Bump rand to 0.8 and quickcheck to 1. See [PR 2857].

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

- Fix an issue where the derive would generate bad code if the type parameters between the behaviour and a custom
out event differed. See [PR 2907].
Expand Down
4 changes: 2 additions & 2 deletions swarm/CHANGELOG.md
@@ -1,10 +1,10 @@
# 0.40.0 [unreleased]
# 0.40.0

- Bump rand to 0.8 and quickcheck to 1. See [PR 2857].

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

- Introduce `libp2p_swarm::keep_alive::ConnectionHandler` in favor of removing `keep_alive` from
- Introduce `libp2p_swarm::keep_alive::ConnectionHandler` in favor of removing `keep_alive` from
`libp2p_swarm::dummy::ConnectionHandler`. `dummy::ConnectionHandler` now literally does not do anything. In the same
spirit, introduce `libp2p_swarm::keep_alive::Behaviour` and `libp2p_swarm::dummy::Behaviour`. See [PR 2859].

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

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

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

- Remove default features. If you previously depended on `async-std` you need to enable this explicitly now. See [PR 2918].

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

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

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

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

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

- Bump rand to 0.8 and quickcheck to 1. See [PR 2857].

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

- Update to `if-watch` `v2.0.0`. Simplify `IfWatcher` integration.
Use `if_watch::IfWatcher` for all runtimes. See [PR 2813].
Expand Down
2 changes: 1 addition & 1 deletion transports/uds/CHANGELOG.md
@@ -1,4 +1,4 @@
# 0.36.0 [unreleased]
# 0.36.0

- Remove default features. If you previously depended on `async-std` you need to enable this explicitly now. See [PR 2918].

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

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

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

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

Expand Down

0 comments on commit f146834

Please sign in to comment.