Skip to content

Commit 600b6af

Browse files
authored
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.
1 parent 32df6e8 commit 600b6af

File tree

14 files changed

+15
-16
lines changed

14 files changed

+15
-16
lines changed

core/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.40.1 - unreleased
1+
## 0.40.1
22

33
- Implement `Debug` for `StreamMuxerEvent`.
44
See [PR 4426].

misc/futures-bounded/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
## 0.1.0 - unreleased
1+
## 0.1.0
22

33
Initial release.

misc/futures-bounded/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repository = "https://github.com/libp2p/rust-libp2p"
88
keywords = ["futures", "async", "backpressure"]
99
categories = ["data-structures", "asynchronous"]
1010
description = "Utilities for bounding futures in size and time."
11-
publish = false # TEMP FIX until https://github.com/obi1kenobi/cargo-semver-checks-action/issues/53 is fixed.
11+
publish = true
1212

1313
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1414

misc/server/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [0.12.3] - unreleased
7+
## [0.12.3]
88
### Changed
99
- Add libp2p-lookup to Dockerfile to enable healthchecks.
1010

misc/webrtc-utils/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.1.0 - unreleased
1+
## 0.1.0
22

33
- Initial release.
44
See [PR 4248].

misc/webrtc-utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name = "libp2p-webrtc-utils"
88
repository = "https://github.com/libp2p/rust-libp2p"
99
rust-version = { workspace = true }
1010
version = "0.1.0"
11-
publish = false # TEMP fix for https://github.com/obi1kenobi/cargo-semver-checks-action/issues/53.
11+
publish = true
1212

1313
[dependencies]
1414
bytes = "1"

protocols/kad/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.44.5 - unreleased
1+
## 0.44.5
22
- Migrate to `quick-protobuf-codec` crate for codec logic.
33
See [PR 4501].
44

protocols/ping/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
## 0.43.1 - unreleased
1+
## 0.43.1
22

33
- Honor ping interval in case of errors.
44
Previously, we would immediately open another ping stream if the current one failed.
55
See [PR 4423].
66

77
[PR 4423]: https://github.com/libp2p/rust-libp2p/pull/4423
88

9-
## 0.43.0
9+
## 0.43.0
1010

1111
- Raise MSRV to 1.65.
1212
See [PR 3715].

protocols/upnp/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
## 0.1.0 - unreleased
1+
## 0.1.0
22

33
- Initial version

protocols/upnp/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT"
88
repository = "https://github.com/libp2p/rust-libp2p"
99
keywords = ["peer-to-peer", "libp2p", "networking"]
1010
categories = ["network-programming", "asynchronous"]
11-
publish = false
11+
publish = true
1212

1313
[dependencies]
1414
futures = "0.3.28"
@@ -22,4 +22,3 @@ tokio = { version = "1.29", default-features = false, features = ["rt"], optiona
2222

2323
[features]
2424
tokio = ["igd-next/aio_tokio", "dep:tokio"]
25-

swarm/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.43.4 - unreleased
1+
## 0.43.4
22

33
- Implement `Debug` for event structs.
44
See [PR 4426].

transports/webrtc-websys/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.1.0-alpha - unreleased
1+
## 0.1.0-alpha
22

33
- Initial alpha release.
44
See [PR 4248].

transports/webrtc-websys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name = "libp2p-webrtc-websys"
99
repository = "https://github.com/libp2p/rust-libp2p"
1010
rust-version = { workspace = true }
1111
version = "0.1.0-alpha"
12-
publish = false # TEMP fix for https://github.com/obi1kenobi/cargo-semver-checks-action/issues/53.
12+
publish = true
1313

1414
[dependencies]
1515
bytes = "1"

transports/webrtc/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.6.1-alpha - unreleased
1+
## 0.6.1-alpha
22

33
- Move common dependencies to `libp2p-webrtc-utils` crate.
44
See [PR 4248].

0 commit comments

Comments
 (0)