Skip to content

Commit

Permalink
chore(multistream-select): Update changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
oblique committed Aug 12, 2024
1 parent 0ca1388 commit 25dbae1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 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 @@ -118,7 +118,7 @@ libp2p-webtransport-websys = { version = "0.4.0", path = "transports/webtranspor
libp2p-yamux = { version = "0.46.0", path = "muxers/yamux" }
multiaddr = "0.18.1"
multihash = "0.19.1"
multistream-select = { version = "0.13.0", path = "misc/multistream-select" }
multistream-select = { version = "0.13.1", path = "misc/multistream-select" }
prometheus-client = "0.22.2"
quick-protobuf-codec = { version = "0.3.1", path = "misc/quick-protobuf-codec" }
quickcheck = { package = "quickcheck-ext", path = "misc/quickcheck-ext" }
Expand Down
5 changes: 4 additions & 1 deletion misc/multistream-select/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## 0.13.0
## 0.13.1


## 0.13.0

- Don't wait for negotiation on `<Negotiated as AsyncWrite>::poll_close`.
This can save one round-trip for protocols that use stream closing as an operation in ones protocol, e.g. using stream closing to signal the end of a request.
Expand Down
2 changes: 1 addition & 1 deletion misc/multistream-select/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "multistream-select"
edition = "2021"
rust-version = { workspace = true }
description = "Multistream-select negotiation protocol for libp2p"
version = "0.13.0"
version = "0.13.1"
authors = ["Parity Technologies <[email protected]>"]
license = "MIT"
repository = "https://github.com/libp2p/rust-libp2p"
Expand Down

0 comments on commit 25dbae1

Please sign in to comment.