mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-07-31 17:01:58 +00:00
fix(changelog): Make release heading levels consistent
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 https://github.com/libp2p/rust-libp2p/issues/3531. Pull-Request: #3561.
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
# 0.42.0
|
||||
## 0.42.0
|
||||
|
||||
- Update to `libp2p-core` `v0.39.0`.
|
||||
|
||||
- Update to `libp2p-swarm` `v0.42.0`.
|
||||
|
||||
# 0.41.0
|
||||
## 0.41.0
|
||||
|
||||
- Update to `libp2p-core` `v0.38.0`.
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
[PR 3011]: https://github.com/libp2p/rust-libp2p/pull/3011
|
||||
[PR 3090]: https://github.com/libp2p/rust-libp2p/pull/3090
|
||||
|
||||
# 0.40.0
|
||||
## 0.40.0
|
||||
|
||||
- Bump rand to 0.8 and quickcheck to 1. See [PR 2857].
|
||||
- Deprecate types with `Ping` prefix. Prefer importing them via the `ping` namespace, i.e. `libp2p::ping::Event` instead
|
||||
@@ -38,13 +38,13 @@
|
||||
[PR 2937]: https://github.com/libp2p/rust-libp2p/pull/2937
|
||||
[PR 2859]: https://github.com/libp2p/rust-libp2p/pull/2859/
|
||||
|
||||
# 0.39.0
|
||||
## 0.39.0
|
||||
|
||||
- Update to `libp2p-swarm` `v0.39.0`.
|
||||
|
||||
- Update to `libp2p-core` `v0.36.0`.
|
||||
|
||||
# 0.38.0
|
||||
## 0.38.0
|
||||
|
||||
- Update to `libp2p-swarm` `v0.38.0`.
|
||||
|
||||
@@ -54,23 +54,23 @@
|
||||
|
||||
[PR 2734]: https://github.com/libp2p/rust-libp2p/pull/2734/
|
||||
|
||||
# 0.37.0
|
||||
## 0.37.0
|
||||
|
||||
- Update to `libp2p-core` `v0.34.0`.
|
||||
|
||||
- Update to `libp2p-swarm` `v0.37.0`.
|
||||
|
||||
# 0.36.0
|
||||
## 0.36.0
|
||||
|
||||
- Update to `libp2p-core` `v0.33.0`.
|
||||
|
||||
- Update to `libp2p-swarm` `v0.36.0`.
|
||||
|
||||
# 0.35.0
|
||||
## 0.35.0
|
||||
|
||||
- Update to `libp2p-swarm` `v0.35.0`.
|
||||
|
||||
# 0.34.0 [2022-02-22]
|
||||
## 0.34.0 [2022-02-22]
|
||||
|
||||
- Update to `libp2p-core` `v0.32.0`.
|
||||
|
||||
@@ -80,7 +80,7 @@
|
||||
|
||||
[PR 2445]: https://github.com/libp2p/rust-libp2p/pull/2445
|
||||
|
||||
# 0.33.0 [2022-01-27]
|
||||
## 0.33.0 [2022-01-27]
|
||||
|
||||
- Update dependencies.
|
||||
|
||||
@@ -88,7 +88,7 @@
|
||||
|
||||
[PR 2339]: https://github.com/libp2p/rust-libp2p/pull/2339
|
||||
|
||||
# 0.32.0 [2021-11-16]
|
||||
## 0.32.0 [2021-11-16]
|
||||
|
||||
- Use `instant` and `futures-timer` instead of `wasm-timer` (see [PR 2245]).
|
||||
|
||||
@@ -96,7 +96,7 @@
|
||||
|
||||
[PR 2245]: https://github.com/libp2p/rust-libp2p/pull/2245
|
||||
|
||||
# 0.31.0 [2021-11-01]
|
||||
## 0.31.0 [2021-11-01]
|
||||
|
||||
- Make default features of `libp2p-core` optional.
|
||||
[PR 2181](https://github.com/libp2p/rust-libp2p/pull/2181)
|
||||
@@ -124,35 +124,35 @@
|
||||
|
||||
[discussion 2174]: https://github.com/libp2p/rust-libp2p/discussions/2174
|
||||
|
||||
# 0.30.0 [2021-07-12]
|
||||
## 0.30.0 [2021-07-12]
|
||||
|
||||
- Update dependencies.
|
||||
|
||||
# 0.29.0 [2021-04-13]
|
||||
## 0.29.0 [2021-04-13]
|
||||
|
||||
- Update `libp2p-swarm`.
|
||||
|
||||
# 0.28.0 [2021-03-17]
|
||||
## 0.28.0 [2021-03-17]
|
||||
|
||||
- Update `libp2p-swarm`.
|
||||
|
||||
# 0.27.0 [2021-01-12]
|
||||
## 0.27.0 [2021-01-12]
|
||||
|
||||
- Update dependencies.
|
||||
|
||||
# 0.26.0 [2020-12-17]
|
||||
## 0.26.0 [2020-12-17]
|
||||
|
||||
- Update `libp2p-swarm` and `libp2p-core`.
|
||||
|
||||
# 0.25.0 [2020-11-25]
|
||||
## 0.25.0 [2020-11-25]
|
||||
|
||||
- Update `libp2p-swarm` and `libp2p-core`.
|
||||
|
||||
# 0.24.0 [2020-11-09]
|
||||
## 0.24.0 [2020-11-09]
|
||||
|
||||
- Update dependencies.
|
||||
|
||||
# 0.23.0 [2020-10-16]
|
||||
## 0.23.0 [2020-10-16]
|
||||
|
||||
- Update `libp2p-swarm` and `libp2p-core`.
|
||||
|
||||
@@ -161,11 +161,11 @@
|
||||
implementation details of the stream muxer used.
|
||||
The current behaviour resulted in stalls with Mplex.
|
||||
|
||||
# 0.22.0 [2020-09-09]
|
||||
## 0.22.0 [2020-09-09]
|
||||
|
||||
- Update `libp2p-swarm` and `libp2p-core`.
|
||||
|
||||
# 0.21.0 [2020-08-18]
|
||||
## 0.21.0 [2020-08-18]
|
||||
|
||||
- Refactor the ping protocol for conformity by (re)using
|
||||
a single substream for outbound pings, addressing
|
||||
@@ -173,15 +173,15 @@ a single substream for outbound pings, addressing
|
||||
|
||||
- Bump `libp2p-core` and `libp2p-swarm` dependencies.
|
||||
|
||||
# 0.20.0 [2020-07-01]
|
||||
## 0.20.0 [2020-07-01]
|
||||
|
||||
- Updated dependencies.
|
||||
|
||||
# 0.19.3 [2020-06-22]
|
||||
## 0.19.3 [2020-06-22]
|
||||
|
||||
- Updated dependencies.
|
||||
|
||||
# 0.19.2 [2020-06-18]
|
||||
## 0.19.2 [2020-06-18]
|
||||
|
||||
- Close substream in inbound upgrade
|
||||
[PR 1606](https://github.com/libp2p/rust-libp2p/pull/1606).
|
||||
|
Reference in New Issue
Block a user