mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-04-25 11:02:12 +00:00
*: Update changelogs and cargo tomls for gossipsub change
This commit is contained in:
parent
eac43d144f
commit
bbd3df64ed
@ -23,6 +23,10 @@
|
|||||||
- [`parity-multiaddr` CHANGELOG](misc/multiaddr/CHANGELOG.md)
|
- [`parity-multiaddr` CHANGELOG](misc/multiaddr/CHANGELOG.md)
|
||||||
- [`libp2p-core-derive` CHANGELOG](misc/core-derive/CHANGELOG.md)
|
- [`libp2p-core-derive` CHANGELOG](misc/core-derive/CHANGELOG.md)
|
||||||
|
|
||||||
|
# Version 0.35.0 [unreleased]
|
||||||
|
|
||||||
|
- Update `libp2p-gossipsub`.
|
||||||
|
|
||||||
# Version 0.34.0 [2021-01-12]
|
# Version 0.34.0 [2021-01-12]
|
||||||
|
|
||||||
- Update `libp2p-core` and all dependent crates.
|
- Update `libp2p-core` and all dependent crates.
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
name = "libp2p"
|
name = "libp2p"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
description = "Peer-to-peer networking library"
|
description = "Peer-to-peer networking library"
|
||||||
version = "0.34.0"
|
version = "0.35.0"
|
||||||
authors = ["Parity Technologies <admin@parity.io>"]
|
authors = ["Parity Technologies <admin@parity.io>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
repository = "https://github.com/libp2p/rust-libp2p"
|
repository = "https://github.com/libp2p/rust-libp2p"
|
||||||
@ -64,7 +64,7 @@ lazy_static = "1.2"
|
|||||||
libp2p-core = { version = "0.27.0", path = "core" }
|
libp2p-core = { version = "0.27.0", path = "core" }
|
||||||
libp2p-core-derive = { version = "0.21.0", path = "misc/core-derive" }
|
libp2p-core-derive = { version = "0.21.0", path = "misc/core-derive" }
|
||||||
libp2p-floodsub = { version = "0.27.0", path = "protocols/floodsub", optional = true }
|
libp2p-floodsub = { version = "0.27.0", path = "protocols/floodsub", optional = true }
|
||||||
libp2p-gossipsub = { version = "0.27.0", path = "./protocols/gossipsub", optional = true }
|
libp2p-gossipsub = { version = "0.28.0", path = "./protocols/gossipsub", optional = true }
|
||||||
libp2p-identify = { version = "0.27.0", path = "protocols/identify", optional = true }
|
libp2p-identify = { version = "0.27.0", path = "protocols/identify", optional = true }
|
||||||
libp2p-kad = { version = "0.28.0", path = "protocols/kad", optional = true }
|
libp2p-kad = { version = "0.28.0", path = "protocols/kad", optional = true }
|
||||||
libp2p-mplex = { version = "0.27.0", path = "muxers/mplex", optional = true }
|
libp2p-mplex = { version = "0.27.0", path = "muxers/mplex", optional = true }
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
# 0.28.0 [unreleased]
|
||||||
|
|
||||||
|
- Prevent non-published messages being added to caches.
|
||||||
|
[PR 1930](https://github.com/libp2p/rust-libp2p/pull/1930)
|
||||||
|
|
||||||
# 0.27.0 [2021-01-12]
|
# 0.27.0 [2021-01-12]
|
||||||
|
|
||||||
- Update dependencies.
|
- Update dependencies.
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
name = "libp2p-gossipsub"
|
name = "libp2p-gossipsub"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
description = "Gossipsub protocol for libp2p"
|
description = "Gossipsub protocol for libp2p"
|
||||||
version = "0.27.0"
|
version = "0.28.0"
|
||||||
authors = ["Age Manning <Age@AgeManning.com>"]
|
authors = ["Age Manning <Age@AgeManning.com>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
repository = "https://github.com/libp2p/rust-libp2p"
|
repository = "https://github.com/libp2p/rust-libp2p"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user