Set development versions appropriately and update changelogs.

This commit is contained in:
Roman S. Borschel
2020-09-03 12:31:04 +02:00
parent e62cd44a99
commit c94262d03a
40 changed files with 93 additions and 48 deletions

View File

@ -1,6 +1,6 @@
# 0.22.0 [unreleased]
- Update `libp2p-swarm`.
- Update `libp2p-swarm` and `libp2p-core`.
# 0.21.0 [2020-08-18]

View File

@ -11,7 +11,7 @@ categories = ["network-programming", "asynchronous"]
[dependencies]
libp2p-swarm = { version = "0.22.0", path = "../../swarm" }
libp2p-core = { version = "0.21.0", path = "../../core" }
libp2p-core = { version = "0.22.0", path = "../../core" }
bytes = "0.5.4"
byteorder = "1.3.2"
fnv = "1.0.6"