Skip to content

Commit

Permalink
CHORE: Update changelog and bump patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
aakoshh committed Dec 11, 2023
1 parent 1ccd995 commit 558a448
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions swarm-derive/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.34.2

- Restore support for generic constraints on behaviours combined with `out_event` generated by `NetworkBehaviour` where no where clause is used.
See [PR 5003](https://github.com/libp2p/rust-libp2p/pull/5003).

## 0.34.1

- Always forward all variants of `FromSwarm`.
Expand Down
2 changes: 1 addition & 1 deletion swarm-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "libp2p-swarm-derive"
edition = "2021"
rust-version = { workspace = true }
description = "Procedural macros of libp2p-swarm"
version = "0.34.1"
version = "0.34.2"
authors = ["Parity Technologies <admin@parity.io>"]
license = "MIT"
repository = "https://github.com/libp2p/rust-libp2p"
Expand Down

0 comments on commit 558a448

Please sign in to comment.