Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Prepare v0.32 (libp2p#1879)
  • Loading branch information
romanb authored Dec 8, 2020
commit 9b5d5dbc619861525fa8f5a7ac6322a08a580c9c
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
- [`parity-multiaddr` CHANGELOG](misc/multiaddr/CHANGELOG.md)
- [`libp2p-core-derive` CHANGELOG](misc/core-derive/CHANGELOG.md)

# Version 0.32.0 [unreleased]
# Version 0.32.0 [2020-12-08]

- Update `libp2p-request-response`.

Expand Down
2 changes: 1 addition & 1 deletion protocols/mdns/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.26.0 [unreleased]
# 0.26.0 [2020-12-08]

- Create multiple multicast response packets as required to avoid
hitting the limit of 9000 bytes per MDNS packet.
Expand Down
2 changes: 1 addition & 1 deletion protocols/request-response/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.7.0 [unreleased]
# 0.7.0 [2020-12-08]

- Refine emitted events for inbound requests, introducing
the `ResponseSent` event and the `ResponseOmission`
Expand Down