Skip to content

Commit

Permalink
fix(changelog): Make release heading levels consistent
Browse files Browse the repository at this point in the history
See `##` for release headings everywhere. This is consistent with markdown conventions of one `#` per document and in line with https://keepachangelog.com/.

See report in libp2p#3531.

Pull-Request: libp2p#3561.
  • Loading branch information
mxinden authored Mar 30, 2023
1 parent dfa7bd6 commit d739670
Show file tree
Hide file tree
Showing 38 changed files with 634 additions and 634 deletions.
68 changes: 34 additions & 34 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# 0.39.1
## 0.39.1

- Migrate from `prost` to `quick-protobuf`. This removes `protoc` dependency. See [PR 3312].

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

# 0.39.0
## 0.39.0

- Move `ConnectionId` to `libp2p-swarm`. See [PR 3221].
- Move `PendingPoint` to `libp2p-swarm` and make it crate-private. See [PR 3221].

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

# 0.38.0
## 0.38.0

- Remove deprecated functions `StreamMuxerExt::next_{inbound,outbound}`. See [PR 3031].

Expand Down Expand Up @@ -46,7 +46,7 @@
[PR 3340]: https://github.com/libp2p/rust-libp2p/pull/3340
[PR 3341]: https://github.com/libp2p/rust-libp2p/pull/3341

# 0.37.0
## 0.37.0

- Implement `Hash` and `Ord` for `PublicKey`. See [PR 2915].

Expand All @@ -59,7 +59,7 @@
[PR 2918]: https://github.com/libp2p/rust-libp2p/pull/2918
[PR 3002]: https://github.com/libp2p/rust-libp2p/pull/3002

# 0.36.0
## 0.36.0

- Make RSA keypair support optional. To enable RSA support, `rsa` feature should be enabled.
See [PR 2860].
Expand All @@ -69,13 +69,13 @@
[PR 2855]: https://github.com/libp2p/rust-libp2p/pull/2855
[PR 2860]: https://github.com/libp2p/rust-libp2p/pull/2860/

# 0.35.1
## 0.35.1

- Update to `p256` `v0.11.0`. See [PR 2636].

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

# 0.35.0
## 0.35.0

- Update prost requirement from 0.10 to 0.11 which no longer installs the protoc Protobuf compiler.
Thus you will need protoc installed locally. See [PR 2788].
Expand All @@ -94,7 +94,7 @@
[PR 2797]: https://github.com/libp2p/rust-libp2p/pull/2797
[PR 2788]: https://github.com/libp2p/rust-libp2p/pull/2788

# 0.34.0
## 0.34.0

- Remove `{read,write,flush,shutdown,destroy}_substream` functions from `StreamMuxer` trait
in favor of forcing `StreamMuxer::Substream` to implement `AsyncRead + AsyncWrite`. See [PR 2707].
Expand All @@ -109,7 +109,7 @@
[PR 2710]: https://github.com/libp2p/rust-libp2p/pull/2710
[PR 2652]: https://github.com/libp2p/rust-libp2p/pull/2652

# 0.33.0
## 0.33.0

- Have methods on `Transport` take `&mut self` instead of `self`. See [PR 2529].
- Remove `StreamMuxer::flush_all`. See [PR 2669].
Expand All @@ -122,11 +122,11 @@
[PR 2669]: https://github.com/libp2p/rust-libp2p/pull/2669


# 0.32.1
## 0.32.1

- Add `PeerId::try_from_multiaddr` to extract a `PeerId` from a `Multiaddr` that ends in `/p2p/<peer-id>`.

# 0.32.0 [2022-02-22]
## 0.32.0 [2022-02-22]

- Remove `Network`. `libp2p-core` is from now on an auxiliary crate only. Users
that have previously used `Network` only, will need to use `Swarm` instead. See
Expand Down Expand Up @@ -155,7 +155,7 @@
[PR 2463]: https://github.com/libp2p/rust-libp2p/pull/2463/
[PR 2522]: https://github.com/libp2p/rust-libp2p/pull/2522

# 0.31.0 [2022-01-27]
## 0.31.0 [2022-01-27]

- Update dependencies.

Expand Down Expand Up @@ -202,13 +202,13 @@
[PR 2428]: https://github.com/libp2p/rust-libp2p/pull/2428
[PR 2363]: https://github.com/libp2p/rust-libp2p/pull/2363

# 0.30.1 [2021-11-16]
## 0.30.1 [2021-11-16]

- Use `instant` instead of `wasm-timer` (see [PR 2245]).

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

# 0.30.0 [2021-11-01]
## 0.30.0 [2021-11-01]

- Add `ConnectionLimit::with_max_established` (see [PR 2137]).

Expand Down Expand Up @@ -270,7 +270,7 @@
[RFC0002]: https://github.com/libp2p/specs/blob/master/RFC/0002-signed-envelopes.md
[RFC0003]: https://github.com/libp2p/specs/blob/master/RFC/0003-routing-records.md

# 0.29.0 [2021-07-12]
## 0.29.0 [2021-07-12]

- Switch from `parity-multiaddr` to upstream `multiaddr`.

Expand All @@ -286,19 +286,19 @@

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

# 0.28.3 [2021-04-26]
## 0.28.3 [2021-04-26]

- Fix build with secp256k1 disabled [PR 2057](https://github.com/libp2p/rust-libp2p/pull/2057).

# 0.28.2 [2021-04-13]
## 0.28.2 [2021-04-13]

- Update dependencies.

# 0.28.1 [2021-03-17]
## 0.28.1 [2021-03-17]

- Update `paritytech-multiaddr` to `>=v0.11.2`.

# 0.28.0 [2021-03-17]
## 0.28.0 [2021-03-17]

- `Network::dial()` understands `/p2p` addresses and `Transport::dial`
gets a "fully qualified" `/p2p` address when dialing a specific peer,
Expand All @@ -310,32 +310,32 @@

- Shorten and unify `Debug` impls of public keys.

# 0.27.1 [2021-02-15]
## 0.27.1 [2021-02-15]

- Update dependencies.

# 0.27.0 [2021-01-12]
## 0.27.0 [2021-01-12]

- (Re)add `Transport::address_translation` to permit transport-specific
translations of observed addresses onto listening addresses.
[PR 1887](https://github.com/libp2p/rust-libp2p/pull/1887)

- Update dependencies.

# 0.26.0 [2020-12-17]
## 0.26.0 [2020-12-17]

- Make `PeerId` be `Copy`, including small `PeerId` API changes.
[PR 1874](https://github.com/libp2p/rust-libp2p/pull/1874/).

# 0.25.2 [2020-12-02]
## 0.25.2 [2020-12-02]

- Require `multistream-select-0.9.1`.

# 0.25.1 [2020-11-25]
## 0.25.1 [2020-11-25]

- Add missing multiaddr upgrade.

# 0.25.0 [2020-11-25]
## 0.25.0 [2020-11-25]

- The `NetworkConfig` API is now a builder that moves `self`.
[PR 1848](https://github.com/libp2p/rust-libp2p/pull/1848/).
Expand All @@ -350,30 +350,30 @@

- Update `multistream-select`.

# 0.24.0 [2020-11-09]
## 0.24.0 [2020-11-09]

- Remove `ConnectionInfo` trait and replace it with `PeerId`
everywhere. This was already effectively the case because
`ConnectionInfo` was implemented on `PeerId`.

# 0.23.1 [2020-10-20]
## 0.23.1 [2020-10-20]

- Update dependencies.

# 0.23.0 [2020-10-16]
## 0.23.0 [2020-10-16]

- Rework transport boxing and move timeout configuration
to the transport builder.
[PR 1794](https://github.com/libp2p/rust-libp2p/pull/1794).

- Update dependencies.

# 0.22.1 [2020-09-10]
## 0.22.1 [2020-09-10]

- Require at least parity-multiaddr v0.9.2 in order to fulfill `Ord` bound on
`Multiaddr`. [PR 1742](https://github.com/libp2p/rust-libp2p/pull/1742).

# 0.22.0 [2020-09-09]
## 0.22.0 [2020-09-09]

- Simplify incoming connection handling. The `IncomingConnectionEvent`
has been removed. Instead, pass the `IncomingConnection` obtained
Expand All @@ -400,7 +400,7 @@
`MemoryTransport` `Listener` `ListenerEvent::Upgrade`
[PR 1724](https://github.com/libp2p/rust-libp2p/pull/1724).

# 0.21.0 [2020-08-18]
## 0.21.0 [2020-08-18]

- Remove duplicates when performing address translation
[PR 1697](https://github.com/libp2p/rust-libp2p/pull/1697).
Expand All @@ -422,11 +422,11 @@
- Add `ConnectedPoint::get_remote_address`
([PR 1649](https://github.com/libp2p/rust-libp2p/pull/1649)).

# 0.20.1 [2020-07-17]
## 0.20.1 [2020-07-17]

- Update ed25519-dalek dependency.

# 0.20.0 [2020-07-01]
## 0.20.0 [2020-07-01]

- Conditional compilation fixes for the `wasm32-wasi` target
([PR 1633](https://github.com/libp2p/rust-libp2p/pull/1633)).
Expand All @@ -438,7 +438,7 @@ a change in the address of the underlying connection.

- Add `ConnectionHandler::inject_address_change`.

# 0.19.2 [2020-06-22]
## 0.19.2 [2020-06-22]

- Add PartialOrd and Ord for PeerId
([PR 1594](https://github.com/libp2p/rust-libp2p/pull/1594)).
Expand Down
2 changes: 1 addition & 1 deletion identity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.1.1
## 0.1.1

- Add `From` impl for specific keypairs.
See [PR 3626].
Expand Down
22 changes: 11 additions & 11 deletions libp2p/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.52.2
## 0.52.2

- Introduce `libp2p::connection_limits` module.
See [PR 3386].
Expand All @@ -19,7 +19,7 @@
[PR 3590]: https://github.com/libp2p/rust-libp2p/pull/3590
[PR 3693]: https://github.com/libp2p/rust-libp2p/pull/3693

# 0.51.1
## 0.51.1

- Depend on `libp2p-tls` `v0.1.0`.

Expand All @@ -30,7 +30,7 @@

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

# 0.51.0
## 0.51.0

- Enable `NetworkBehaviour`s to manage connections.
This deprecates `NetworkBehaviour::new_handler` and `NetworkBehaviour::addresses_of_peer`.
Expand Down Expand Up @@ -86,7 +86,7 @@

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

# 0.50.0
## 0.50.0

This is a large release. After > 4 years, rust-libp2p ships with an [(alpha) QUIC
implementation](transports/quic/CHANGELOG.md#070-alpha). The [necessary TLS logic is extracted into
Expand Down Expand Up @@ -136,7 +136,7 @@ definitely not it. See below for the many other changes packed into this release
[PR 2289]: https://github.com/libp2p/rust-libp2p/pull/2289
[PR 3055]: https://github.com/libp2p/rust-libp2p/pull/3055

# 0.49.0
## 0.49.0

- Remove default features. You need to enable required features explicitly now. As a quick workaround, you may want to use the
new `full` feature which activates all features. See [PR 2918].
Expand Down Expand Up @@ -181,7 +181,7 @@ definitely not it. See below for the many other changes packed into this release
[PR 2918]: https://github.com/libp2p/rust-libp2p/pull/2918
[PR 2962]: https://github.com/libp2p/rust-libp2p/pull/2962

# 0.48.0
## 0.48.0

- Update to [`libp2p-core` `v0.36.0`](core/CHANGELOG.md#0360).

Expand All @@ -207,7 +207,7 @@ definitely not it. See below for the many other changes packed into this release

- Update to [`libp2p-request-response` `v0.21.0`](protocols/request-response/CHANGELOG.md#0210).

# 0.47.0
## 0.47.0

- Update to [`libp2p-dcutr` `v0.5.0`](protocols/dcutr/CHANGELOG.md#050).

Expand All @@ -233,11 +233,11 @@ definitely not it. See below for the many other changes packed into this release

- Update to [`libp2p-swarm` `v0.38.0`](swarm/CHANGELOG.md#0380).

# 0.46.1
## 0.46.1

- Update to `libp2p-derive` [`v0.28.0`](swarm-derive/CHANGELOG.md#0280).

# 0.46.0
## 0.46.0

- Semver bump Rust from `1.56.1` to `1.60.0` . See [PR 2646].
- Added weak dependencies for features. See [PR 2646].
Expand All @@ -263,7 +263,7 @@ definitely not it. See below for the many other changes packed into this release

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

# 0.45.1
## 0.45.1

- Update individual crates.
- Update to [`libp2p-dcutr` `v0.3.1`](protocols/dcutr/CHANGELOG.md).
Expand All @@ -272,7 +272,7 @@ definitely not it. See below for the many other changes packed into this release
- Update to [`libp2p-relay` `v0.9.1`](protocols/relay/CHANGELOG.md).
- Update to [`libp2p-swarm` `v0.36.1`](swarm/CHANGELOG.md).

# 0.45.0
## 0.45.0
- Update individual crates.
- Update to [`libp2p-plaintext` `v0.33.0`](transports/plaintext/CHANGELOG.md).
- Update to [`libp2p-noise` `v0.36.0`](transports/noise/CHANGELOG.md).
Expand Down
2 changes: 1 addition & 1 deletion misc/allow-block-list/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# 0.1.0
## 0.1.0

- Initial release.
2 changes: 1 addition & 1 deletion misc/connection-limits/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# 0.1.0
## 0.1.0

- Initial release.
Loading

0 comments on commit d739670

Please sign in to comment.