Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: prepare non-breaking releases #4537

Merged
merged 4 commits into from
Sep 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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:/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:/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:/libp2p/rust-libp2p"
rust-version = { workspace = true }
version = "0.1.0"
publish = false # TEMP fix for https:/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:/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:/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:/libp2p/rust-libp2p"
rust-version = { workspace = true }
version = "0.1.0-alpha"
publish = false # TEMP fix for https:/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
Loading