Skip to content

Commit

Permalink
chore: add CHANGELOG entry and bump Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
b-zee committed Jul 26, 2023
1 parent e180673 commit baea9c1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions swarm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.44.0 - unreleased

- Add `PeerCondition` variant `DisconnectedAndNotDialing`, combining pre-existing conditions.
A new dialing attempt is iniated _only if_ the peer is both considered disconnected and there is currently no ongoing dialing attempt.
See [PR 4225].

[PR 4225]: https://github.com/libp2p/rust-libp2p/pull/4225

## 0.43.1

- Do not announce external address candidate before address translation, unless translation does not apply.
Expand Down
2 changes: 1 addition & 1 deletion swarm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "libp2p-swarm"
edition = "2021"
rust-version = { workspace = true }
description = "The libp2p swarm"
version = "0.43.1"
version = "0.44.0"
authors = ["Parity Technologies <admin@parity.io>"]
license = "MIT"
repository = "https://github.com/libp2p/rust-libp2p"
Expand Down

0 comments on commit baea9c1

Please sign in to comment.