Skip to content

Commit

Permalink
add Changelog entries
Browse files Browse the repository at this point in the history
update rust-igd to upstream.
  • Loading branch information
jxs committed Jul 28, 2023
1 parent 1874193 commit 92f5cea
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
- [`libp2p-relay` CHANGELOG](protocols/relay/CHANGELOG.md)
- [`libp2p-request-response` CHANGELOG](protocols/request-response/CHANGELOG.md)
- [`libp2p-rendezvous` CHANGELOG](protocols/rendezvous/CHANGELOG.md)
- [`libp2p-upnp` CHANGELOG](protocols/upnp/CHANGELOG.md)

## Transport Protocols & Upgrades

Expand Down
5 changes: 3 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions libp2p/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@
- Add `json` feature which exposes `request_response::json`.
See [PR 4188].

- Add initial version of `upnp` protocol see [PR 4156]

[PR 4188]: https://github.com/libp2p/rust-libp2p/pull/4188
[PR 4217]: https://github.com/libp2p/rust-libp2p/pull/4217
[PR 4156]: https://github.com/libp2p/rust-libp2p/pull/4156

## 0.52.1

Expand Down
4 changes: 4 additions & 0 deletions protocols/upnp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

## 0.1.0

- Initial version
2 changes: 1 addition & 1 deletion protocols/upnp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ categories = ["network-programming", "asynchronous"]
async-trait = "0.1.68"
futures = "0.3.28"
futures-timer = "3.0.2"
igd-next = { git = "https://github.com/jxs/rust-igd.git" }
igd-next = "0.14.2"
libp2p-core = { workspace = true }
libp2p-swarm = { workspace = true }
log = "0.4.19"
Expand Down

0 comments on commit 92f5cea

Please sign in to comment.