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

release v0.2.0 #34

Merged
merged 1 commit into from
Apr 19, 2022
Merged

release v0.2.0 #34

merged 1 commit into from
Apr 19, 2022

Conversation

marten-seemann
Copy link
Contributor

@github-actions
Copy link

Suggested version: v0.2.0
Comparing to: v0.1.0 (diff)

Changes in go.mod file(s):

diff --git a/go.mod b/go.mod
index 5d4aec7..5a45923 100644
--- a/go.mod
+++ b/go.mod
@@ -1,9 +1,9 @@
 module github.com/libp2p/go-msgio
 
-go 1.16
+go 1.17
 
 require (
-	github.com/gogo/protobuf v1.3.1
+	github.com/gogo/protobuf v1.3.2
 	github.com/libp2p/go-buffer-pool v0.0.2
 	github.com/multiformats/go-varint v0.0.6
 )

gorelease says:

# summary
Suggested version: v0.2.0

gocompat says:

(empty)

Copy link
Member

@Stebalien Stebalien left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this need to be a minor version?

@marten-seemann
Copy link
Contributor Author

v0.1.0 -> v0.2.0 is a minor version upgrade, no?

@marten-seemann marten-seemann merged commit 3b2df50 into master Apr 19, 2022
@Stebalien
Copy link
Member

v0.1.0 -> v0.2.0 is a minor version upgrade, no?

Sorry, I meant, does this really need a minor version. But that doesn't really matter.

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