Skip to content

Commit

Permalink
chore: prepare non-breaking releases
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mxinden authored Sep 22, 2023
1 parent 32df6e8 commit 600b6af
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 16 deletions.
2 changes: 1 addition & 1 deletion core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.40.1 - unreleased
## 0.40.1

- Implement `Debug` for `StreamMuxerEvent`.
See [PR 4426].
Expand Down
2 changes: 1 addition & 1 deletion misc/futures-bounded/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## 0.1.0 - unreleased
## 0.1.0

Initial release.
2 changes: 1 addition & 1 deletion misc/futures-bounded/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion misc/server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion misc/webrtc-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.1.0 - unreleased
## 0.1.0

- Initial release.
See [PR 4248].
Expand Down
2 changes: 1 addition & 1 deletion misc/webrtc-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion protocols/kad/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.44.5 - unreleased
## 0.44.5
- Migrate to `quick-protobuf-codec` crate for codec logic.
See [PR 4501].

Expand Down
4 changes: 2 additions & 2 deletions protocols/ping/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
## 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.
See [PR 4423].

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

## 0.43.0
## 0.43.0

- Raise MSRV to 1.65.
See [PR 3715].
Expand Down
2 changes: 1 addition & 1 deletion protocols/upnp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## 0.1.0 - unreleased
## 0.1.0

- Initial version
3 changes: 1 addition & 2 deletions protocols/upnp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -22,4 +22,3 @@ tokio = { version = "1.29", default-features = false, features = ["rt"], optiona

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

2 changes: 1 addition & 1 deletion swarm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.43.4 - unreleased
## 0.43.4

- Implement `Debug` for event structs.
See [PR 4426].
Expand Down
2 changes: 1 addition & 1 deletion transports/webrtc-websys/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.1.0-alpha - unreleased
## 0.1.0-alpha

- Initial alpha release.
See [PR 4248].
Expand Down
2 changes: 1 addition & 1 deletion transports/webrtc-websys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion transports/webrtc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.6.1-alpha - unreleased
## 0.6.1-alpha

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

0 comments on commit 600b6af

Please sign in to comment.