Skip to content

Commit 621fe2f

Browse files
fix: move changelog entries to correct version
Whilst libp2p#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 libp2p#2902 so this stuff keeps happening. Pull-Request: libp2p#3541.
1 parent aff95a1 commit 621fe2f

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.10.1 - unreleased
2+
3+
- Migrate from `prost` to `quick-protobuf`. This removes `protoc` dependency. See [PR 3312].
4+
5+
[PR 3153]: https://github.com/libp2p/rust-libp2p/pull/3153
6+
17
# 0.10.0
28

39
- Update to `libp2p-core` `v0.39.0`.
@@ -8,10 +14,7 @@
814

915
- Update to `libp2p-swarm` `v0.42.0`.
1016

11-
- Migrate from `prost` to `quick-protobuf`. This removes `protoc` dependency. See [PR 3312].
12-
1317
[PR 3312]: https://github.com/libp2p/rust-libp2p/pull/3312
14-
[PR 3153]: https://github.com/libp2p/rust-libp2p/pull/3153
1518

1619
# 0.9.1
1720

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "libp2p-autonat"
33
edition = "2021"
44
rust-version = "1.62.0"
55
description = "NAT and firewall detection for libp2p"
6-
version = "0.10.0"
6+
version = "0.10.1"
77
authors = ["David Craven <[email protected]>", "Elena Frank <[email protected]>"]
88
license = "MIT"
99
repository = "https://github.com/libp2p/rust-libp2p"

0 commit comments

Comments
 (0)