Skip to content

Commit

Permalink
*: Prepare v0.34.0 release (#1918)
Browse files Browse the repository at this point in the history
Co-authored-by: Roman Borschel <romanb@users.noreply.github.com>
  • Loading branch information
mxinden and romanb authored Jan 12, 2021
1 parent a10f4e2 commit db02cfa
Show file tree
Hide file tree
Showing 22 changed files with 22 additions and 22 deletions.
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.34.0 [unreleased]
# Version 0.34.0 [2021-01-12]

- Update `libp2p-core` and all dependent crates.

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.27.0 [unreleased]
# 0.27.0 [2021-01-12]

- (Re)add `Transport::address_translation` to permit transport-specific
translations of observed addresses onto listening addresses.
Expand Down
2 changes: 1 addition & 1 deletion misc/multiaddr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.11.0 [unreleased]
# 0.11.0 [2021-01-12]

- Update dependencies

Expand Down
2 changes: 1 addition & 1 deletion misc/multistream-select/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.10.0 [unreleased]
# 0.10.0 [2021-01-12]

- Update dependencies.

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.27.0 [unreleased]
# 0.27.0 [2021-01-12]

- Update dependencies.

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.30.0 [unreleased]
# 0.30.0 [2021-01-12]

- Update dependencies.

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.27.0 [unreleased]
# 0.27.0 [2021-01-12]

- 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.27.0 [unreleased]
# 0.27.0 [2021-01-12]

- 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.27.0 [unreleased]
# 0.27.0 [2021-01-12]

- 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.27.0 [unreleased]
# 0.27.0 [2021-01-12]

- 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.28.0 [unreleased]
# 0.28.0 [2021-01-12]

- Update dependencies.

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.28.0 [unreleased]
# 0.28.0 [2021-01-12]

- 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.29.0 [unreleased]
# 0.29.0 [2021-01-12]

- 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.27.0 [unreleased]
# 0.27.0 [2021-01-12]

- 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.27.0 [unreleased]
# 0.27.0 [2021-01-12]

- 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.9.0 [unreleased]
# 0.9.0 [2021-01-12]

- 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.27.0 [unreleased]
# 0.27.0 [2021-01-12]

- 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.27.0 [unreleased]
# 0.27.0 [2021-01-12]

- 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.27.0 [unreleased]
# 0.27.0 [2021-01-12]

- Add support for port reuse and (re)add transport-specific
address translation. Thereby use only `async-io` instead of
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.27.0 [unreleased]
# 0.27.0 [2021-01-12]

- 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.27.0 [unreleased]
# 0.27.0 [2021-01-12]

- 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.28.0 [unreleased]
# 0.28.0 [2021-01-12]

- Update dependencies.

Expand Down

0 comments on commit db02cfa

Please sign in to comment.