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

@ -2,7 +2,7 @@
- Add `Distance::log2` ([PR 1719](https://github.com/libp2p/rust-libp2p/pull/1719)).
- Update `libp2p-swarm`.
- Update `libp2p-swarm` and `libp2p-core`.
# 0.22.1 [2020-08-19]

View File

@ -17,7 +17,7 @@ fnv = "1.0"
futures_codec = "0.4"
futures = "0.3.1"
log = "0.4"
libp2p-core = { version = "0.21.0", path = "../../core" }
libp2p-core = { version = "0.22.0", path = "../../core" }
libp2p-swarm = { version = "0.22.0", path = "../../swarm" }
multihash = "0.11.0"
prost = "0.6.1"