mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-05-16 12:51:21 +00:00
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:
parent
32df6e8747
commit
600b6af314
@ -1,4 +1,4 @@
|
||||
## 0.40.1 - unreleased
|
||||
## 0.40.1
|
||||
|
||||
- Implement `Debug` for `StreamMuxerEvent`.
|
||||
See [PR 4426].
|
||||
|
@ -1,3 +1,3 @@
|
||||
## 0.1.0 - unreleased
|
||||
## 0.1.0
|
||||
|
||||
Initial release.
|
||||
|
@ -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
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## 0.1.0 - unreleased
|
||||
## 0.1.0
|
||||
|
||||
- Initial release.
|
||||
See [PR 4248].
|
||||
|
@ -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"
|
||||
|
@ -1,4 +1,4 @@
|
||||
## 0.44.5 - unreleased
|
||||
## 0.44.5
|
||||
- Migrate to `quick-protobuf-codec` crate for codec logic.
|
||||
See [PR 4501].
|
||||
|
||||
|
@ -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.
|
||||
|
@ -1,3 +1,3 @@
|
||||
## 0.1.0 - unreleased
|
||||
## 0.1.0
|
||||
|
||||
- Initial version
|
||||
|
@ -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"]
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## 0.43.4 - unreleased
|
||||
## 0.43.4
|
||||
|
||||
- Implement `Debug` for event structs.
|
||||
See [PR 4426].
|
||||
|
@ -1,4 +1,4 @@
|
||||
## 0.1.0-alpha - unreleased
|
||||
## 0.1.0-alpha
|
||||
|
||||
- Initial alpha release.
|
||||
See [PR 4248].
|
||||
|
@ -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"
|
||||
|
@ -1,4 +1,4 @@
|
||||
## 0.6.1-alpha - unreleased
|
||||
## 0.6.1-alpha
|
||||
|
||||
- Move common dependencies to `libp2p-webrtc-utils` crate.
|
||||
See [PR 4248].
|
||||
|
Loading…
x
Reference in New Issue
Block a user