Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

*: Prepare v0.36.0 release #2002

Merged
merged 1 commit into from Mar 17, 2021
Merged

*: Prepare v0.36.0 release #2002

merged 1 commit into from Mar 17, 2021

Conversation

mxinden
Copy link
Member

@mxinden mxinden commented Mar 16, 2021

I would like to cut a new release once #1927 and #1931 are merged. What do people think? Anything else you would like to see included?

@romanb
Copy link
Contributor

romanb commented Mar 16, 2021

Sounds good to me. #1931 just needs a second look from you 🙇 .

@romanb
Copy link
Contributor

romanb commented Mar 17, 2021

#1931 is merged, thanks for the quick feedback. Feel free to go ahead with the release.

@mxinden mxinden merged commit 0934b01 into libp2p:master Mar 17, 2021
@mxinden
Copy link
Member Author

mxinden commented Mar 17, 2021

🎉 v0.36.0 is released. Thanks to the many people involved!

For the record, the crates below have been tagged and published to crates.io:

  • libp2p-core-0.28.0
  • libp2p-core-0.28.1
  • libp2p-deflate-0.28.0
  • libp2p-dns-0.28.0
  • libp2p-floodsub-0.28.0
  • libp2p-gossipsub-0.29.0
  • libp2p-identify-0.28.0
  • libp2p-kad-0.29.0
  • libp2p-mdns-0.29.0
  • libp2p-mplex-0.28.0
  • libp2p-noise-0.30.0
  • libp2p-ping-0.28.0
  • libp2p-plaintext-0.28.0
  • libp2p-relay-0.1.0
  • libp2p-request-response-0.10.0
  • libp2p-swarm-0.28.0
  • libp2p-tcp-0.28.0
  • libp2p-uds-0.28.0
  • libp2p-wasm-ext-0.28.0
  • libp2p-websocket-0.29.0
  • libp2p-yamux-0.31.0
  • parity-multiaddr-0.11.2
  • v0.36.0

Note the libp2p-core v0.28.0 and v0.28.1 release. This is related to a small version mismatch in libp2p-dns, see 1601864 (commit msg below). This should be transparent to rust-libp2p users in the sense that dependency resolution now correctly requires parity-multiaddr v0.11.2.

core/: Prepare libp2p-core v0.28.1 incl multiaddr v0.11.2

libp2p-dns requires a new feature in parity-multiaddr v0.11.2 namely
Multiaddr::ends_with. libp2p-dns does not depend on parity-multiaddr
directly but through libp2p-core. Prepare a new version of libp2p-core
requiring at least parity-multiaddr v0.11.2 and update libp2p-dns to
require libp2p-core v0.28.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants