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,3 +1,7 @@
# 0.22.0 [unreleased]
- Bump `libp2p-core` dependency.
# 0.21.0 [2020-08-18]
- Bump `libp2p-core` dependency.

View File

@ -2,7 +2,7 @@
name = "libp2p-plaintext"
edition = "2018"
description = "Plaintext encryption dummy protocol for libp2p"
version = "0.21.0"
version = "0.22.0"
authors = ["Parity Technologies <admin@parity.io>"]
license = "MIT"
repository = "https://github.com/libp2p/rust-libp2p"
@ -13,7 +13,7 @@ categories = ["network-programming", "asynchronous"]
bytes = "0.5"
futures = "0.3.1"
futures_codec = "0.4.0"
libp2p-core = { version = "0.21.0", path = "../../core" }
libp2p-core = { version = "0.22.0", path = "../../core" }
log = "0.4.8"
prost = "0.6.1"
rw-stream-sink = "0.2.0"