chore: prepare non-breaking releases

Crates to be released:

- core
- misc/futures-bounded
- misc/server
- misc/webrtc-utils
- protocols/kad
- protocols/ping
- protocols/upnp
- swarm
- transports/webrtc-websys
- transports/webrtc

Pull-Request: #4537.
This commit is contained in:
Max Inden
2023-09-22 13:02:02 +02:00
committed by GitHub
parent 32df6e8747
commit 600b6af314
14 changed files with 15 additions and 16 deletions

View File

@ -1,4 +1,4 @@
## 0.1.0 - unreleased
## 0.1.0
- Initial release.
See [PR 4248].

View File

@ -8,7 +8,7 @@ name = "libp2p-webrtc-utils"
repository = "https://github.com/libp2p/rust-libp2p"
rust-version = { workspace = true }
version = "0.1.0"
publish = false # TEMP fix for https://github.com/obi1kenobi/cargo-semver-checks-action/issues/53.
publish = true
[dependencies]
bytes = "1"