Skip to content

Commit fbad30e

Browse files
chore(webrtc): release version 0.7.1-alpha
Resolves: #5117. Pull-Request: #5118.
1 parent 1b2000c commit fbad30e

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ libp2p-tcp = { version = "0.41.0", path = "transports/tcp" }
109109
libp2p-tls = { version = "0.3.0", path = "transports/tls" }
110110
libp2p-uds = { version = "0.40.0", path = "transports/uds" }
111111
libp2p-upnp = { version = "0.2.1", path = "protocols/upnp" }
112-
libp2p-webrtc = { version = "0.7.0-alpha", path = "transports/webrtc" }
112+
libp2p-webrtc = { version = "0.7.1-alpha", path = "transports/webrtc" }
113113
libp2p-webrtc-utils = { version = "0.2.0", path = "misc/webrtc-utils" }
114114
libp2p-webrtc-websys = { version = "0.3.0-alpha", path = "transports/webrtc-websys" }
115115
libp2p-websocket = { version = "0.43.0", path = "transports/websocket" }

transports/webrtc/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.7.1-alpha
2+
3+
- Bump `libp2p-webrtc-utils` dependency to `0.2.0`.
4+
See [PR 5118](https://github.com/libp2p/rust-libp2p/pull/5118).
5+
16
## 0.7.0-alpha
27

38
- Bump version in order to publish a new version dependent on latest `libp2p-core`.

transports/webrtc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libp2p-webrtc"
3-
version = "0.7.0-alpha"
3+
version = "0.7.1-alpha"
44
authors = ["Parity Technologies <[email protected]>"]
55
description = "WebRTC transport for libp2p"
66
repository = "https://github.com/libp2p/rust-libp2p"

0 commit comments

Comments
 (0)