fix: move changelog entries to correct version

Whilst https://github.com/libp2p/rust-libp2p/pull/3312 was in development, we pushed a new release out and forgot to move the changelog entries to the new version. Unfortunately, this is all still very manual until we have a solution for https://github.com/libp2p/rust-libp2p/issues/2902 so this stuff keeps happening.

Pull-Request: #3541.
This commit is contained in:
Thomas Eizinger
2023-03-10 21:59:49 +11:00
committed by GitHub
parent c06731bc38
commit 0cad636eba
25 changed files with 85 additions and 52 deletions

View File

@@ -1,3 +1,9 @@
# 0.42.1 - unreleased
- Migrate from `prost` to `quick-protobuf`. This removes `protoc` dependency. See [PR 3312].
[PR 3312]: https://github.com/libp2p/rust-libp2p/pull/3312
# 0.42.0
- Update to `libp2p-core` `v0.39.0`.
@@ -9,11 +15,8 @@
- Don't close the stream when reading the identify info in `protocol::recv`. See [PR 3344].
- Migrate from `prost` to `quick-protobuf`. This removes `protoc` dependency. See [PR 3312].
[PR 3208]: https://github.com/libp2p/rust-libp2p/pull/3208
[PR 3344]: https://github.com/libp2p/rust-libp2p/pull/3344
[PR 3312]: https://github.com/libp2p/rust-libp2p/pull/3312
# 0.41.1

View File

@@ -3,7 +3,7 @@ name = "libp2p-identify"
edition = "2021"
rust-version = "1.62.0"
description = "Nodes identifcation protocol for libp2p"
version = "0.42.0"
version = "0.42.1"
authors = ["Parity Technologies <admin@parity.io>"]
license = "MIT"
repository = "https://github.com/libp2p/rust-libp2p"