Skip to content

Commit d055bf4

Browse files
committed
chore: update upnp changelog
1 parent f687aeb commit d055bf4

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protocols/upnp/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.6.1
2+
3+
- Add integration tests. See [PR 6264](https://github.com/libp2p/rust-libp2p/pull/6264)
4+
15
## 0.6.0
26

37
- Change `Event::NewExternalAddr` and `Event::ExpiredExternalAddr` from tuple variants to struct variants

protocols/upnp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "libp2p-upnp"
33
edition.workspace = true
44
rust-version.workspace = true
55
description = "UPnP support for libp2p transports"
6-
version = "0.6.0"
6+
version = "0.6.1"
77
license = "MIT"
88
repository = "https://github.com/libp2p/rust-libp2p"
99
keywords = ["peer-to-peer", "libp2p", "networking"]

0 commit comments

Comments
 (0)