*: Prepare v0.36.0 release

This commit is contained in:
Max Inden
2021-03-17 15:28:13 +01:00
parent 45f07bf863
commit 0934b0178d
23 changed files with 23 additions and 23 deletions

View File

@ -1,4 +1,4 @@
# 0.28.0 [unreleased]
# 0.28.0 [2021-03-17]
- Update `libp2p-swarm`.

View File

@ -1,4 +1,4 @@
# 0.29.0 [unreleased]
# 0.29.0 [2021-03-17]
- Update `libp2p-swarm`.

View File

@ -1,4 +1,4 @@
# 0.28.0 [unreleased]
# 0.28.0 [2021-03-17]
- Update `libp2p-swarm`.

View File

@ -1,4 +1,4 @@
# 0.29.0 [unreleased]
# 0.29.0 [2021-03-17]
- Add `KademliaCaching` and `KademliaConfig::set_caching` to configure
whether Kademlia should track, in lookups, the closest nodes to a key

View File

@ -1,4 +1,4 @@
# 0.29.0 [unreleased]
# 0.29.0 [2021-03-17]
- Introduce `MdnsConfig` with configurable TTL of discovered peer
records and configurable multicast query interval. The default

View File

@ -1,4 +1,4 @@
# 0.28.0 [unreleased]
# 0.28.0 [2021-03-17]
- Update `libp2p-swarm`.

View File

@ -1,4 +1,4 @@
# 0.1.0 [unreleased]
# 0.1.0 [2021-03-17]
- First release supporting all major features of the circuit relay v1
specification. [PR 1838](https://github.com/libp2p/rust-libp2p/pull/1838).

View File

@ -1,4 +1,4 @@
# 0.10.0 [unreleased]
# 0.10.0 [2021-03-17]
- Update `libp2p-swarm`.