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

*: Update changelogs to release v0.30.0 #1829

Merged
merged 4 commits into from
Nov 9, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
- [`parity-multiaddr` CHANGELOG](misc/multiaddr/CHANGELOG.md)
- [`libp2p-core-derive` CHANGELOG](misc/core-derive/CHANGELOG.md)

# Version 0.30.0 [unreleased]
# Version 0.30.0 [2020-11-09]

- Update `libp2p-mdns`, `libp2p-tcp` and `libp2p-uds` as well as `libp2p-core`
and all its dependers.
Expand Down
2 changes: 1 addition & 1 deletion core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.24.0 [unreleased]
# 0.24.0 [2020-11-09]

- Remove `ConnectionInfo` trait and replace it with `PeerId`
everywhere. This was already effectively the case because
Expand Down
2 changes: 1 addition & 1 deletion muxers/mplex/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.24.0 [unreleased]
# 0.24.0 [2020-11-09]

- Tweak the naming in the `MplexConfig` API for better
consistency with `libp2p-yamux`.
Expand Down
2 changes: 1 addition & 1 deletion muxers/yamux/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.27.0 [unreleased]
# 0.27.0 [2020-11-09]

- Tweak the naming in the `MplexConfig` API for better
consistency with `libp2p-mplex`.
Expand Down
2 changes: 1 addition & 1 deletion protocols/deflate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.24.0 [unreleased]
# 0.24.0 [2020-11-09]

- Update dependencies.

Expand Down
2 changes: 1 addition & 1 deletion protocols/floodsub/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.24.0 [unreleased]
# 0.24.0 [2020-11-09]

- Update dependencies.

Expand Down
2 changes: 1 addition & 1 deletion protocols/gossipsub/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.24.0 [unreleased]
# 0.24.0 [2020-11-09]

- Update dependencies.

Expand Down
2 changes: 1 addition & 1 deletion protocols/identify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.24.0 [unreleased]
# 0.24.0 [2020-11-09]

- Update dependencies.

Expand Down
2 changes: 1 addition & 1 deletion protocols/kad/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.25.0 [unreleased]
# 0.25.0 [2020-11-09]

- Upon newly established connections, delay routing table
updates until after the configured protocol name has
Expand Down
2 changes: 1 addition & 1 deletion protocols/mdns/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.24.0 [unreleased]
# 0.24.0 [2020-11-09]

- Update dependencies.

Expand Down
2 changes: 1 addition & 1 deletion protocols/noise/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.26.0 [unreleased]
# 0.26.0 [2020-11-09]

- Update dependencies.

Expand Down
2 changes: 1 addition & 1 deletion protocols/ping/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.24.0 [unreleased]
# 0.24.0 [2020-11-09]

- Update dependencies.

Expand Down
2 changes: 1 addition & 1 deletion protocols/plaintext/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.24.0 [unreleased]
# 0.24.0 [2020-11-09]

- Update dependencies.

Expand Down
2 changes: 1 addition & 1 deletion protocols/request-response/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.5.0 [unreleased]
# 0.5.0 [2020-11-09]

- Update dependencies.

Expand Down
2 changes: 1 addition & 1 deletion protocols/secio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.24.0 [unreleased]
# 0.24.0 [2020-11-09]

- Update dependencies.

Expand Down
2 changes: 1 addition & 1 deletion swarm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.24.0 [unreleased]
# 0.24.0 [2020-11-09]

- Update dependencies.

Expand Down
2 changes: 1 addition & 1 deletion transports/dns/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.24.0 [unreleased]
# 0.24.0 [2020-11-09]

- Update dependencies.

Expand Down
2 changes: 1 addition & 1 deletion transports/tcp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.24.0 [unreleased]
# 0.24.0 [2020-11-09]

- Update dependencies.

Expand Down
2 changes: 1 addition & 1 deletion transports/uds/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.24.0 [unreleased]
# 0.24.0 [2020-11-09]

- Update dependencies.

Expand Down
2 changes: 1 addition & 1 deletion transports/wasm-ext/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.24.0 [unreleased]
# 0.24.0 [2020-11-09]

- Fix the WebSocket implementation parsing `x-parity-ws` multiaddresses as `x-parity-wss`.
- Update dependencies.
Expand Down
2 changes: 1 addition & 1 deletion transports/websocket/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.25.0 [unreleased]
# 0.25.0 [2020-11-09]

- Update dependencies.

Expand Down