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:
Max Inden
2023-03-30 23:04:01 +02:00
committed by GitHub
parent dfa7bd6b57
commit d7396706d0
38 changed files with 634 additions and 634 deletions

View File

@@ -1,16 +1,16 @@
# 0.12.1
## 0.12.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.12.0
## 0.12.0
- Update to `libp2p-core` `v0.39.0`.
- Update to `libp2p-swarm` `v0.42.0`.
# 0.11.0
## 0.11.0
- De- and encode protobuf messages using `prost-codec`. See [PR 3058].
@@ -27,19 +27,19 @@
[PR 3058]: https://github.com/libp2p/rust-libp2p/pull/3058
[PR 3090]: https://github.com/libp2p/rust-libp2p/pull/3090
# 0.10.0
## 0.10.0
- Update to `libp2p-core` `v0.37.0`.
- Update to `libp2p-swarm` `v0.40.0`.
# 0.9.0
## 0.9.0
- Update to `libp2p-swarm` `v0.39.0`.
- Update to `libp2p-core` `v0.36.0`.
# 0.8.0
## 0.8.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].
@@ -50,13 +50,13 @@
[PR 2788]: https://github.com/libp2p/rust-libp2p/pull/2788
# 0.7.0
## 0.7.0
- Update to `libp2p-core` `v0.34.0`.
- Update to `libp2p-swarm` `v0.37.0`.
# 0.6.0
## 0.6.0
- Update to `libp2p-core` `v0.33.0`.
@@ -66,11 +66,11 @@
[PR 2620]: https://github.com/libp2p/rust-libp2p/pull/2620
# 0.5.0
## 0.5.0
- Update to `libp2p-swarm` `v0.35.0`.
# 0.4.0 [2022-02-22]
## 0.4.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.3.0 [2022-01-27]
## 0.3.0 [2022-01-27]
- Update dependencies.
@@ -88,7 +88,7 @@
[PR 2339]: https://github.com/libp2p/rust-libp2p/pull/2339
# 0.2.0 [2021-11-16]
## 0.2.0 [2021-11-16]
- Use `instant` and `futures-timer` instead of `wasm-timer` (see [PR 2245]).
@@ -96,6 +96,6 @@
[PR 2245]: https://github.com/libp2p/rust-libp2p/pull/2245
# 0.1.0 [2021-11-01]
## 0.1.0 [2021-11-01]
- Initial release.