Skip to content

Commit

Permalink
*: Prepare v0.36.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mxinden committed Mar 16, 2021
1 parent 9dbc90e commit b64dc2a
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

# `libp2p` facade crate

## Version 0.36.0 [unreleased]
## Version 0.36.0 [2021-03-16]

- Update libp2p 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.2 [unreleased]
# 0.27.2 [2021-03-16]

- Shorten and unify `Debug` impls of public keys.

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.3 [unreleased]
# 0.10.3 [2021-03-16]

- 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.2 [unreleased]
# 0.27.2 [2021-03-16]

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

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

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

- Update `libp2p-swarm`.

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

- Add `KademliaCaching` and `KademliaConfig::set_caching` to configure
whether Kademlia should track, in lookups, the closest nodes to a key
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.29.0 [unreleased]
# 0.29.0 [2021-03-16]

- Introduce `MdnsConfig` with configurable TTL of discovered peer
records and configurable multicast query interval. The default
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.28.0 [unreleased]
# 0.28.0 [2021-03-16]

- 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.1.0 [unreleased]
# 0.1.0 [2021-03-16]

- First release supporting all major features of the circuit relay v1
specification. [PR 1838](https://github.com/libp2p/rust-libp2p/pull/1838).
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.10.0 [unreleased]
# 0.10.0 [2021-03-16]

- Update `libp2p-swarm`.

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

- Remove the option for a substream-specific multistream select protocol override.
The override at this granularity is no longer deemed useful, in particular because
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.2 [unreleased]
# 0.27.2 [2021-03-16]

- Update to `if-watch-0.2`.

Expand Down

0 comments on commit b64dc2a

Please sign in to comment.