mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-07-31 00:41:59 +00:00
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:
@@ -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
|
||||
|
||||
|
@@ -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"
|
||||
|
Reference in New Issue
Block a user