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

move mplex implementation out of go-libp2p #38

Merged
merged 5 commits into from
Aug 30, 2023
Merged

move mplex implementation out of go-libp2p #38

merged 5 commits into from
Aug 30, 2023

Conversation

sukunrt
Copy link
Member

@sukunrt sukunrt commented Aug 25, 2023

No description provided.

transport.go Show resolved Hide resolved
transport.go Outdated Show resolved Hide resolved
@marten-seemann
Copy link

@sukunrt CI workflows were updated. Can you rebase please?

@sukunrt
Copy link
Member Author

sukunrt commented Aug 29, 2023

I missed this. I've rebased.

@github-actions
Copy link

Suggested version: v0.9.0

Comparing to: v0.8.0 (diff)

Changes in go.mod file(s):

diff --git a/go.mod b/go.mod
index 40331d0..ca1effc 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
 module github.com/libp2p/go-libp2p-mplex
 
-go 1.17
+go 1.20
 
 require github.com/libp2p/go-libp2p v0.20.0
 

gorelease says:

# summary
Suggested version: v0.9.0

gocompat says:

Your branch is up to date with 'origin/master'.

Cutting a Release (and modifying non-markdown files)

This PR is modifying both version.json and non-markdown files.
The Release Checker is not able to analyse files that are not checked in to master. This might cause the above analysis to be inaccurate.
Please consider performing all the code changes in a separate PR before cutting the release.

Automatically created GitHub Release

A draft GitHub Release has been created.
It is going to be published when this PR is merged.
You can modify its' body to include any release notes you wish to include with the release.

@sukunrt sukunrt merged commit a2d2acd into master Aug 30, 2023
11 checks passed
@sukunrt sukunrt deleted the archive-mplex branch August 30, 2023 05:39
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.

2 participants