Skip to content

Commit

Permalink
Set changelog number correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaseizinger committed Oct 24, 2022
1 parent 58b5c31 commit f41a15b
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# 0.38.0 [unreleased]

- Hide `prost::Error` from public API in `FromEnvelopeError::InvalidPeerRecord` and `signed_envelope::DecodingError`. See [PR XXXX].
- Hide `prost::Error` from public API in `FromEnvelopeError::InvalidPeerRecord` and `signed_envelope::DecodingError`. See [PR 3058].

[PR XXXX]: https://github.com/libp2p/rust-libp2p/pull/XXXX
[PR 3058]: https://github.com/libp2p/rust-libp2p/pull/3058

# 0.37.0

Expand Down
4 changes: 2 additions & 2 deletions misc/prost-codec/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# 0.3.0 [unreleased]

- Don't leak `prost` dependency in `Error` type. See [PR XXXX].
- Don't leak `prost` dependency in `Error` type. See [PR 3058].

[PR XXXX]: https://github.com/libp2p/rust-libp2p/pull/XXXX/
[PR 3058]: https://github.com/libp2p/rust-libp2p/pull/3058/

# 0.2.0

Expand Down
4 changes: 2 additions & 2 deletions protocols/rendezvous/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# 0.11.0 [unreleased]

- De- and encode protobuf messages using `prost-codec`. See [PR XXXX].
- De- and encode protobuf messages using `prost-codec`. See [PR 3058].

- Update to `libp2p-core` `v0.38.0`.

- Update to `libp2p-swarm` `v0.41.0`.

[PR XXXX]: https://github.com/libp2p/rust-libp2p/pull/XXXX
[PR 3058]: https://github.com/libp2p/rust-libp2p/pull/3058

# 0.10.0

Expand Down
4 changes: 2 additions & 2 deletions transports/noise/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# 0.41.0 [unreleased]

- Remove `prost::Error` from public API. See [PR XXXX].
- Remove `prost::Error` from public API. See [PR 3058].

- Update to `libp2p-core` `v0.38.0`.

[PR XXXX]: https://github.com/libp2p/rust-libp2p/pull/XXXX
[PR 3058]: https://github.com/libp2p/rust-libp2p/pull/3058

# 0.40.0

Expand Down
4 changes: 2 additions & 2 deletions transports/plaintext/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# 0.38.0 [unreleased]

- Add more specific error reporting and remove `prost::Error` from public API. See [PR XXXX].
- Add more specific error reporting and remove `prost::Error` from public API. See [PR 3058].

- Update to `libp2p-core` `v0.38.0`.

[PR XXXX]: https://github.com/libp2p/rust-libp2p/pull/XXXX
[PR 3058]: https://github.com/libp2p/rust-libp2p/pull/3058

# 0.37.0

Expand Down

0 comments on commit f41a15b

Please sign in to comment.