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,3 +1,3 @@
# 0.1.0
## 0.1.0
- Initial release.