Skip to content

Commit

Permalink
*: Update changelogs for prost dep update (#2851)
Browse files Browse the repository at this point in the history
  • Loading branch information
divagant-martian committed Aug 30, 2022
1 parent f16561c commit 36a2773
Show file tree
Hide file tree
Showing 11 changed files with 49 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/CHANGELOG.md
Expand Up @@ -6,6 +6,8 @@

# 0.35.0

- Update prost requirement from 0.10 to 0.11 which no longer installs the protoc Protobuf compiler.
Thus you will need protoc installed locally. See [PR 2788].
- Drop `Unpin` requirement from `SubstreamBox`. See [PR 2762] and [PR 2776].
- Drop `Sync` requirement on `StreamMuxer` for constructing `StreamMuxerBox`. See [PR 2775].
- Use `Pin<&mut Self>` as the receiver type for all `StreamMuxer` poll functions. See [PR 2765].
Expand All @@ -19,6 +21,7 @@
[PR 2776]: https://github.com/libp2p/rust-libp2p/pull/2776
[PR 2765]: https://github.com/libp2p/rust-libp2p/pull/2765
[PR 2797]: https://github.com/libp2p/rust-libp2p/pull/2797
[PR 2788]: https://github.com/libp2p/rust-libp2p/pull/2788

# 0.34.0

Expand Down
5 changes: 5 additions & 0 deletions protocols/autonat/CHANGELOG.md
Expand Up @@ -6,12 +6,17 @@

# 0.6.0

- Update prost requirement from 0.10 to 0.11 which no longer installs the protoc Protobuf compiler.
Thus you will need protoc installed locally. See [PR 2788].

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

- Update to `libp2p-request-response` `v0.20.0`.

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

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

# 0.5.0

- Update to `libp2p-core` `v0.34.0`.
Expand Down
4 changes: 4 additions & 0 deletions protocols/dcutr/CHANGELOG.md
Expand Up @@ -10,13 +10,17 @@

# 0.5.0

- Update prost requirement from 0.10 to 0.11 which no longer installs the protoc Protobuf compiler.
Thus you will need protoc installed locally. See [PR 2788].

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

- Expose `PROTOCOL_NAME`. See [PR 2734].

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

[PR 2734]: https://github.com/libp2p/rust-libp2p/pull/2734/
[PR 2788]: https://github.com/libp2p/rust-libp2p/pull/2788

# 0.4.0

Expand Down
5 changes: 5 additions & 0 deletions protocols/floodsub/CHANGELOG.md
Expand Up @@ -4,10 +4,15 @@

# 0.38.0

- Update prost requirement from 0.10 to 0.11 which no longer installs the protoc Protobuf compiler.
Thus you will need protoc installed locally. See [PR 2788].

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

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

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

# 0.37.0

- Update to `libp2p-core` `v0.34.0`.
Expand Down
4 changes: 4 additions & 0 deletions protocols/gossipsub/CHANGELOG.md
Expand Up @@ -4,13 +4,17 @@

# 0.40.0

- Update prost requirement from 0.10 to 0.11 which no longer installs the protoc Protobuf compiler.
Thus you will need protoc installed locally. See [PR 2788].

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

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

- Update to `prometheus-client` `v0.18.0`. See [PR 2822].

[PR 2822]: https://github.com/libp2p/rust-libp2p/pull/2761/
[PR 2788]: https://github.com/libp2p/rust-libp2p/pull/2788

# 0.39.0

Expand Down
4 changes: 4 additions & 0 deletions protocols/identify/CHANGELOG.md
Expand Up @@ -4,12 +4,16 @@

# 0.38.0

- Update prost requirement from 0.10 to 0.11 which no longer installs the protoc Protobuf compiler.
Thus you will need protoc installed locally. See [PR 2788].

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

- Expose `PROTOCOL_NAME` and `PUSH_PROTOCOL_NAME`. See [PR 2734].

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

[PR 2788]: https://github.com/libp2p/rust-libp2p/pull/2788
[PR 2734]: https://github.com/libp2p/rust-libp2p/pull/2734/

# 0.37.0
Expand Down
5 changes: 5 additions & 0 deletions protocols/kad/CHANGELOG.md
Expand Up @@ -4,10 +4,15 @@

# 0.39.0

- Update prost requirement from 0.10 to 0.11 which no longer installs the protoc Protobuf compiler.
Thus you will need protoc installed locally. See [PR 2788].

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

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

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

# 0.38.0

- Update to `libp2p-core` `v0.34.0`.
Expand Down
4 changes: 4 additions & 0 deletions protocols/relay/CHANGELOG.md
Expand Up @@ -4,13 +4,17 @@

# 0.11.0

- Update prost requirement from 0.10 to 0.11 which no longer installs the protoc Protobuf compiler.
Thus you will need protoc installed locally. See [PR 2788].

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

- Expose `HOP_PROTOCOL_NAME` and `STOP_PROTOCOL_NAME`. See [PR 2734].

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

[PR 2734]: https://github.com/libp2p/rust-libp2p/pull/2734/
[PR 2788]: https://github.com/libp2p/rust-libp2p/pull/2788

# 0.10.0

Expand Down
5 changes: 5 additions & 0 deletions protocols/rendezvous/CHANGELOG.md
Expand Up @@ -4,10 +4,15 @@

# 0.8.0

- Update prost requirement from 0.10 to 0.11 which no longer installs the protoc Protobuf compiler.
Thus you will need protoc installed locally. See [PR 2788].

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

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

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

# 0.7.0

- Update to `libp2p-core` `v0.34.0`.
Expand Down
5 changes: 5 additions & 0 deletions transports/noise/CHANGELOG.md
@@ -1,7 +1,12 @@
# 0.38.0

- Update prost requirement from 0.10 to 0.11 which no longer installs the protoc Protobuf compiler.
Thus you will need protoc installed locally. See [PR 2788].

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

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

# 0.37.0

- Update to `libp2p-core` `v0.34.0`.
Expand Down
5 changes: 5 additions & 0 deletions transports/plaintext/CHANGELOG.md
@@ -1,7 +1,12 @@
# 0.35.0

- Update prost requirement from 0.10 to 0.11 which no longer installs the protoc Protobuf compiler.
Thus you will need protoc installed locally. See [PR 2788].

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

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

# 0.34.0

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

0 comments on commit 36a2773

Please sign in to comment.