Skip to content

Commit

Permalink
chore: update changelog and version in cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
dariusc93 committed Jan 4, 2025
1 parent fe26bc8 commit 48579b5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 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 @@ -97,7 +97,7 @@ libp2p-pnet = { version = "0.25.0", path = "transports/pnet" }
libp2p-quic = { version = "0.11.2", path = "transports/quic" }
libp2p-relay = { version = "0.18.1", path = "protocols/relay" }
libp2p-rendezvous = { version = "0.15.1", path = "protocols/rendezvous" }
libp2p-request-response = { version = "0.28.0", path = "protocols/request-response" }
libp2p-request-response = { version = "0.28.1", path = "protocols/request-response" }
libp2p-server = { version = "0.12.6", path = "misc/server" }
libp2p-stream = { version = "0.2.0-alpha.1", path = "protocols/stream" }
libp2p-swarm = { version = "0.45.2", path = "swarm" }
Expand Down
7 changes: 5 additions & 2 deletions protocols/request-response/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.28.1

- Allow configurable request and response sizes for `json` and `cbor` codec.
See [PR XXXX](https://github.com/libp2p/rust-libp2p/pull/XXXX).

## 0.28.0

- Add connection id to the events emitted by a request-response `Behaviour`.
Expand Down Expand Up @@ -32,8 +37,6 @@

## 0.26.1

- Allow configurable request and response sizes for `json` and `cbor` codec.
See [PR XXXX](https://github.com/libp2p/rust-libp2p/pull/XXXX).
- Derive `PartialOrd` and `Ord` for `{Out,In}boundRequestId`.
See [PR 4956](https://github.com/libp2p/rust-libp2p/pull/4956).

Expand Down
2 changes: 1 addition & 1 deletion protocols/request-response/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "libp2p-request-response"
edition = "2021"
rust-version = { workspace = true }
description = "Generic Request/Response Protocols"
version = "0.28.0"
version = "0.28.1"
authors = ["Parity Technologies <[email protected]>"]
license = "MIT"
repository = "https://github.com/libp2p/rust-libp2p"
Expand Down

0 comments on commit 48579b5

Please sign in to comment.