Skip to content

Commit 9d3688d

Browse files
authored
chore: prepare libp2p-webrtc-websys 0.4.0
Pull-Request: #5807.
1 parent 4449024 commit 9d3688d

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
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
@@ -108,7 +108,7 @@ libp2p-uds = { version = "0.41.0", path = "transports/uds" }
108108
libp2p-upnp = { version = "0.3.1", path = "protocols/upnp" }
109109
libp2p-webrtc = { version = "0.8.0-alpha", path = "transports/webrtc" }
110110
libp2p-webrtc-utils = { version = "0.3.0", path = "misc/webrtc-utils" }
111-
libp2p-webrtc-websys = { version = "0.4.0-alpha.2", path = "transports/webrtc-websys" }
111+
libp2p-webrtc-websys = { version = "0.4.0", path = "transports/webrtc-websys" }
112112
libp2p-websocket = { version = "0.44.1", path = "transports/websocket" }
113113
libp2p-websocket-websys = { version = "0.4.1", path = "transports/websocket-websys" }
114114
libp2p-webtransport-websys = { version = "0.4.1", path = "transports/webtransport-websys" }

transports/webrtc-websys/CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
## 0.4.0-alpha.2
1+
## 0.4.0
22

3+
- Cut stable release.
4+
See [PR 5807](https://github.com/libp2p/rust-libp2p/pull/5807)
35
- Bump version of web-sys and update `__Nonexhaustive` to `__Invalid`.
4-
See [PR 5569](https://github.com/libp2p/rust-libp2p/pull/5569)
6+
See [PR 5569](https://github.com/libp2p/rust-libp2p/pull/5569)
57

68
## 0.4.0-alpha
79

transports/webrtc-websys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT"
88
name = "libp2p-webrtc-websys"
99
repository = "https://github.com/libp2p/rust-libp2p"
1010
rust-version = { workspace = true }
11-
version = "0.4.0-alpha.2"
11+
version = "0.4.0"
1212
publish = true
1313

1414
[dependencies]

0 commit comments

Comments
 (0)