Skip to content

Commit 40c4287

Browse files
committed
*: Prepare libp2p-swarm-derive v0.23.0 and libp2p v0.37.1
1 parent 42441db commit 40c4287

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@
4141

4242
# `libp2p` facade crate
4343

44+
## Version 0.37.1 [2021-04-14]
45+
46+
- Update individual crates.
47+
- `libp2p-swarm-derive`
48+
4449
## Version 0.37.0 [2021-04-13]
4550

4651
- Update individual crates.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "libp2p"
33
edition = "2018"
44
description = "Peer-to-peer networking library"
5-
version = "0.37.0"
5+
version = "0.37.1"
66
authors = ["Parity Technologies <[email protected]>"]
77
license = "MIT"
88
repository = "https://github.com/libp2p/rust-libp2p"
@@ -77,7 +77,7 @@ libp2p-pnet = { version = "0.20.0", path = "transports/pnet", optional = true }
7777
libp2p-relay = { version = "0.2.0", path = "protocols/relay", optional = true }
7878
libp2p-request-response = { version = "0.11.0", path = "protocols/request-response", optional = true }
7979
libp2p-swarm = { version = "0.29.0", path = "swarm" }
80-
libp2p-swarm-derive = { version = "0.22.0", path = "swarm-derive" }
80+
libp2p-swarm-derive = { version = "0.23.0", path = "swarm-derive" }
8181
libp2p-uds = { version = "0.28.0", path = "transports/uds", optional = true }
8282
libp2p-wasm-ext = { version = "0.28.1", path = "transports/wasm-ext", default-features = false, optional = true }
8383
libp2p-yamux = { version = "0.32.0", path = "muxers/yamux", optional = true }

swarm-derive/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 0.23.0 [2021-04-14]
2+
3+
- Extend `NetworkBehaviour` callbacks, more concretely introducing new `fn
4+
inject_new_listener` and `fn inject_expired_external_addr` and have `fn
5+
inject_{new,expired}_listen_addr` provide a `ListenerId` [PR
6+
2011](https://github.com/libp2p/rust-libp2p/pull/2011).
7+
18
# 0.22.0 [2021-02-15]
29

310
- Rename the crate to `libp2p-swarm-derive`.

swarm-derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "libp2p-swarm-derive"
33
edition = "2018"
44
description = "Procedural macros of libp2p-core"
5-
version = "0.22.0"
5+
version = "0.23.0"
66
authors = ["Parity Technologies <[email protected]>"]
77
license = "MIT"
88
repository = "https://github.com/libp2p/rust-libp2p"

0 commit comments

Comments
 (0)