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,9 +1,12 @@
# 0.22.0 [unreleased]
- Bump `libp2p-core` dependency.
- Adds `ProtocolsHandler::InboundOpenInfo` type which mirrors the existing
`OutboundOpenInfo` type. A value of this type is passed as an extra argument
to `ProtocolsHandler::inject_fully_negotiated_inbound` and
`ProtocolsHandler::inject_listen_upgrade_error`.
- `SubstreamProtocol` now has a second type parameter corresponding to
inbound or outbound information, a value of which is part of `SubstreamProtocol`
now. Consequently `ProtocolsHandlerEvent::OutboundSubstreamRequest` no longer

View File

@ -12,7 +12,7 @@ categories = ["network-programming", "asynchronous"]
[dependencies]
either = "1.6.0"
futures = "0.3.1"
libp2p-core = { version = "0.21.0", path = "../core" }
libp2p-core = { version = "0.22.0", path = "../core" }
log = "0.4"
rand = "0.7"
smallvec = "1.0"