Skip to content

Commit

Permalink
chore(autonat): revert version bump
Browse files Browse the repository at this point in the history
Revert version bump, `libp2p-autonat-v0.13.1` isn't released yet.

Pull-Request: #5777.
  • Loading branch information
elenaf9 authored Jan 2, 2025
1 parent 5841277 commit a14776e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ rust-version = "1.75.0"
[workspace.dependencies]
libp2p = { version = "0.54.2", path = "libp2p" }
libp2p-allow-block-list = { version = "0.4.2", path = "misc/allow-block-list" }
libp2p-autonat = { version = "0.13.2", path = "protocols/autonat" }
libp2p-autonat = { version = "0.13.1", path = "protocols/autonat" }
libp2p-connection-limits = { version = "0.4.1", path = "misc/connection-limits" }
libp2p-core = { version = "0.42.1", path = "core" }
libp2p-dcutr = { version = "0.12.1", path = "protocols/dcutr" }
Expand Down
6 changes: 1 addition & 5 deletions protocols/autonat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
## 0.13.2

- Update to `libp2p-request-response` `v0.28.0`.

## 0.13.1

- Verify that an incoming AutoNAT dial comes from a connected peer. See [PR 5597](https://github.com/libp2p/rust-libp2p/pull/5597).

- Deprecate `void` crate.
See [PR 5676](https://github.com/libp2p/rust-libp2p/pull/5676).
- Update to `libp2p-request-response` `v0.28.0`.

## 0.13.0

Expand Down
2 changes: 1 addition & 1 deletion protocols/autonat/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "libp2p-autonat"
edition = "2021"
rust-version = { workspace = true }
description = "NAT and firewall detection for libp2p"
version = "0.13.2"
version = "0.13.1"
authors = [
"David Craven <david@craven.ch>",
"Elena Frank <elena.frank@protonmail.com>",
Expand Down

0 comments on commit a14776e

Please sign in to comment.