mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-07-02 19:21:37 +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.15.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.15.0
|
||||
|
||||
- Rename types as per [discussion 2174].
|
||||
@ -11,11 +17,8 @@
|
||||
|
||||
- Update to `libp2p-swarm` `v0.42.0`.
|
||||
|
||||
- Migrate from `prost` to `quick-protobuf`. This removes `protoc` dependency. See [PR 3312].
|
||||
|
||||
[PR 3238]: https://github.com/libp2p/rust-libp2p/pull/3238
|
||||
[discussion 2174]: https://github.com/libp2p/rust-libp2p/issues/2174
|
||||
[PR 3312]: https://github.com/libp2p/rust-libp2p/pull/3312
|
||||
|
||||
# 0.14.0
|
||||
|
||||
|
@ -3,7 +3,7 @@ name = "libp2p-relay"
|
||||
edition = "2021"
|
||||
rust-version = "1.62.0"
|
||||
description = "Communications relaying for libp2p"
|
||||
version = "0.15.0"
|
||||
version = "0.15.1"
|
||||
authors = ["Parity Technologies <admin@parity.io>", "Max Inden <mail@max-inden.de>"]
|
||||
license = "MIT"
|
||||
repository = "https://github.com/libp2p/rust-libp2p"
|
||||
|
Reference in New Issue
Block a user