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.15.1
|
||||
## 0.15.1
|
||||
|
||||
- Migrate from `prost` to `quick-protobuf`. This removes `protoc` dependency. See [PR 3312].
|
||||
|
||||
[PR 3312]: https://github.com/libp2p/rust-libp2p/pull/3312
|
||||
|
||||
# 0.15.0
|
||||
## 0.15.0
|
||||
|
||||
- Rename types as per [discussion 2174].
|
||||
`Relay` has been renamed to `Behaviour`.
|
||||
@@ -20,7 +20,7 @@
|
||||
[PR 3238]: https://github.com/libp2p/rust-libp2p/pull/3238
|
||||
[discussion 2174]: https://github.com/libp2p/rust-libp2p/issues/2174
|
||||
|
||||
# 0.14.0
|
||||
## 0.14.0
|
||||
|
||||
- Update to `prost-codec` `v0.3.0`.
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
[PR 3011]: https://github.com/libp2p/rust-libp2p/pull/3011
|
||||
[PR 3090]: https://github.com/libp2p/rust-libp2p/pull/3090
|
||||
|
||||
# 0.13.0
|
||||
## 0.13.0
|
||||
|
||||
- Update to `libp2p-core` `v0.37.0`.
|
||||
|
||||
@@ -50,13 +50,13 @@
|
||||
|
||||
[PR 2991]: https://github.com/libp2p/rust-libp2p/pull/2991/
|
||||
|
||||
# 0.12.0
|
||||
## 0.12.0
|
||||
|
||||
- Update to `libp2p-swarm` `v0.39.0`.
|
||||
|
||||
- Update to `libp2p-core` `v0.36.0`.
|
||||
|
||||
# 0.11.0
|
||||
## 0.11.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].
|
||||
@@ -70,7 +70,7 @@
|
||||
[PR 2734]: https://github.com/libp2p/rust-libp2p/pull/2734/
|
||||
[PR 2788]: https://github.com/libp2p/rust-libp2p/pull/2788
|
||||
|
||||
# 0.10.0
|
||||
## 0.10.0
|
||||
|
||||
- Update to `libp2p-core` `v0.34.0`.
|
||||
|
||||
@@ -84,7 +84,7 @@
|
||||
[PR 2701]: https://github.com/libp2p/rust-libp2p/pull/2701/
|
||||
[PR 2652]: https://github.com/libp2p/rust-libp2p/pull/2652
|
||||
|
||||
# 0.9.1
|
||||
## 0.9.1
|
||||
|
||||
- Respond to at most one incoming reservation request. Deny <= 8 incoming
|
||||
circuit requests with one per peer. And deny new circuits before accepting new
|
||||
@@ -95,13 +95,13 @@
|
||||
|
||||
[PR 2698]: https://github.com/libp2p/rust-libp2p/pull/2698/
|
||||
|
||||
# 0.9.0
|
||||
## 0.9.0
|
||||
|
||||
- Update to `libp2p-core` `v0.33.0`.
|
||||
|
||||
- Update to `libp2p-swarm` `v0.36.0`.
|
||||
|
||||
# 0.8.0
|
||||
## 0.8.0
|
||||
|
||||
- Expose `{Inbound,Outbound}{Hop,Stop}UpgradeError`. See [PR 2586].
|
||||
|
||||
@@ -112,7 +112,7 @@
|
||||
[PR 2549]: https://github.com/libp2p/rust-libp2p/pull/2549
|
||||
[PR 2586]: https://github.com/libp2p/rust-libp2p/pull/2586
|
||||
|
||||
# 0.7.0 [2022-02-22]
|
||||
## 0.7.0 [2022-02-22]
|
||||
|
||||
- Update to `libp2p-core` `v0.32.0`.
|
||||
|
||||
@@ -122,13 +122,13 @@
|
||||
|
||||
[PR 2445]: https://github.com/libp2p/rust-libp2p/pull/2445
|
||||
|
||||
# 0.6.1 [2022-02-02]
|
||||
## 0.6.1 [2022-02-02]
|
||||
|
||||
- Remove empty peer entries in `reservations` `HashMap`. See [PR 2464].
|
||||
|
||||
[PR 2464]: https://github.com/libp2p/rust-libp2p/pull/2464
|
||||
|
||||
# 0.6.0 [2022-01-27]
|
||||
## 0.6.0 [2022-01-27]
|
||||
|
||||
- Update dependencies.
|
||||
|
||||
@@ -136,7 +136,7 @@
|
||||
|
||||
[PR 2339]: https://github.com/libp2p/rust-libp2p/pull/2339
|
||||
|
||||
# 0.5.0 [2021-11-16]
|
||||
## 0.5.0 [2021-11-16]
|
||||
|
||||
- Use `instant` instead of `wasm-timer` (see [PR 2245]).
|
||||
|
||||
@@ -144,7 +144,7 @@
|
||||
|
||||
[PR 2245]: https://github.com/libp2p/rust-libp2p/pull/2245
|
||||
|
||||
# 0.4.0 [2021-11-01]
|
||||
## 0.4.0 [2021-11-01]
|
||||
|
||||
- Make default features of `libp2p-core` optional.
|
||||
[PR 2181](https://github.com/libp2p/rust-libp2p/pull/2181)
|
||||
@@ -155,15 +155,15 @@
|
||||
|
||||
[PR 2183]: https://github.com/libp2p/rust-libp2p/pull/2183
|
||||
|
||||
# 0.3.0 [2021-07-12]
|
||||
## 0.3.0 [2021-07-12]
|
||||
|
||||
- Update dependencies.
|
||||
|
||||
# 0.2.0 [2021-04-13]
|
||||
## 0.2.0 [2021-04-13]
|
||||
|
||||
- Update `libp2p-swarm`.
|
||||
|
||||
# 0.1.0 [2021-03-17]
|
||||
## 0.1.0 [2021-03-17]
|
||||
|
||||
- First release supporting all major features of the circuit relay v1
|
||||
specification. [PR 1838](https://github.com/libp2p/rust-libp2p/pull/1838).
|
||||
|
Reference in New Issue
Block a user