Skip to content

Commit

Permalink
chore: add new header to changelog of each crate
Browse files Browse the repository at this point in the history
Adds a new header with the correct version to each changelog, otherwise the new lint will fail on all of these crates. We also specify a `cargo release` "pre-release-hook" to automate this. All you need to do is run `cargo release hook` for the same crates that you are running `cargo release version` on.

Pull-Request: libp2p#4690.
  • Loading branch information
thomaseizinger authored Oct 20, 2023
1 parent b882319 commit 629f1fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.12.0 - unreleased


## 0.11.0

- Raise MSRV to 1.65.
Expand Down

0 comments on commit 629f1fd

Please sign in to comment.