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,5 +1,7 @@
# 0.24.0 [unreleased]
- Bump `libp2p-core` dependency.
- Remove fallback legacy handshake payload decoding by default.
To continue supporting inbound legacy handshake payloads,
`recv_legacy_handshake` must be configured on the `LegacyConfig`.

View File

@ -12,7 +12,7 @@ bytes = "0.5"
curve25519-dalek = "2.0.0"
futures = "0.3.1"
lazy_static = "1.2"
libp2p-core = { version = "0.21.0", path = "../../core" }
libp2p-core = { version = "0.22.0", path = "../../core" }
log = "0.4"
prost = "0.6.1"
rand = "0.7.2"