Skip to content

Commit

Permalink
*: Prepare v0.37.0 release (libp2p#2049)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxinden authored and elenaf9 committed Apr 16, 2021
1 parent 1702940 commit 59d1a7c
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

# `libp2p` facade crate

## Version 0.37.0 [unreleased]
## Version 0.37.0 [2021-04-13]

- Update individual crates.
- `libp2p-core`
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.28.2 [unreleased]
# 0.28.2 [2021-04-13]

- 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.32.0 [unreleased]
# 0.32.0 [2021-04-13]

- Update to `yamux` `v0.9.0` [PR
1960](https://github.com/libp2p/rust-libp2p/pull/1960).
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.29.0 [unreleased]
# 0.29.0 [2021-04-13]

- Update `libp2p-swarm`.

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

- Update `libp2p-swarm`.

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

- Add support for configurable automatic push to connected peers
on listen addr changes. Disabled by default.
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.30.0 [unreleased]
# 0.30.0 [2021-04-13]

- Update `libp2p-swarm`.

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

- Derive `Debug` and `Clone` for `MdnsConfig`.

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

- Update `libp2p-swarm`.

Expand Down
2 changes: 1 addition & 1 deletion protocols/relay/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.2.0 [unreleased]
# 0.2.0 [2021-04-13]

- Update `libp2p-swarm`.

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.11.0 [unreleased]
# 0.11.0 [2021-04-13]

- Update `libp2p-swarm`.
- Implement `std::error::Error` for `InboundFailure` and `OutboundFailure` [PR
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.29.0 [unreleased]
# 0.29.0 [2021-04-13]

- Remove `Deref` and `DerefMut` implementations previously dereferencing to the
`NetworkBehaviour` on `Swarm`. Instead one can access the `NetworkBehaviour`
Expand Down

0 comments on commit 59d1a7c

Please sign in to comment.