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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
14 changed files with 15 additions and 16 deletions

View File

@ -1,4 +1,4 @@
## 0.40.1 - unreleased
## 0.40.1
- Implement `Debug` for `StreamMuxerEvent`.
See [PR 4426].

View File

@ -1,3 +1,3 @@
## 0.1.0 - unreleased
## 0.1.0
Initial release.

View File

@ -8,7 +8,7 @@ repository = "https://github.com/libp2p/rust-libp2p"
keywords = ["futures", "async", "backpressure"]
categories = ["data-structures", "asynchronous"]
description = "Utilities for bounding futures in size and time."
publish = false # TEMP FIX until https://github.com/obi1kenobi/cargo-semver-checks-action/issues/53 is fixed.
publish = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.12.3] - unreleased
## [0.12.3]
### Changed
- Add libp2p-lookup to Dockerfile to enable healthchecks.

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"

View File

@ -1,4 +1,4 @@
## 0.44.5 - unreleased
## 0.44.5
- Migrate to `quick-protobuf-codec` crate for codec logic.
See [PR 4501].

View File

@ -1,4 +1,4 @@
## 0.43.1 - unreleased
## 0.43.1
- Honor ping interval in case of errors.
Previously, we would immediately open another ping stream if the current one failed.

View File

@ -1,3 +1,3 @@
## 0.1.0 - unreleased
## 0.1.0
- Initial version

View File

@ -8,7 +8,7 @@ license = "MIT"
repository = "https://github.com/libp2p/rust-libp2p"
keywords = ["peer-to-peer", "libp2p", "networking"]
categories = ["network-programming", "asynchronous"]
publish = false
publish = true
[dependencies]
futures = "0.3.28"
@ -22,4 +22,3 @@ tokio = { version = "1.29", default-features = false, features = ["rt"], optiona
[features]
tokio = ["igd-next/aio_tokio", "dep:tokio"]

View File

@ -1,4 +1,4 @@
## 0.43.4 - unreleased
## 0.43.4
- Implement `Debug` for event structs.
See [PR 4426].

View File

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

View File

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

View File

@ -1,4 +1,4 @@
## 0.6.1-alpha - unreleased
## 0.6.1-alpha
- Move common dependencies to `libp2p-webrtc-utils` crate.
See [PR 4248].