Skip to content

Commit

Permalink
chore: prepare libp2p v0.52.1
Browse files Browse the repository at this point in the history
Pull-Request: #4106.


  
Co-Authored-By: Max Inden <[email protected]>
  • Loading branch information
mxinden authored Jun 26, 2023
1 parent 85a846a commit c1551d7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions libp2p/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.52.1

- Add `libp2p-webtransport-websys` providing WebTransport for WASM environments.
See [PR 4015].

[PR 4015]: https://github.com/libp2p/rust-libp2p/pull/4015

## 0.52.0

- Raise MSRV to 1.65.
Expand Down
2 changes: 1 addition & 1 deletion libp2p/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "libp2p"
edition = "2021"
rust-version = "1.65.0"
description = "Peer-to-peer networking library"
version = "0.52.0"
version = "0.52.1"
authors = ["Parity Technologies <[email protected]>"]
license = "MIT"
repository = "https://github.com/libp2p/rust-libp2p"
Expand Down
2 changes: 1 addition & 1 deletion transports/webtransport-websys/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.1.0 - unreleased
## 0.1.0

* Initial implementation of WebTranport transport using web-sys bindings. See [PR 4015].

Expand Down

0 comments on commit c1551d7

Please sign in to comment.