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

1.3.1 #37

Merged
merged 1 commit into from
Mar 16, 2022
Merged

1.3.1 #37

merged 1 commit into from
Mar 16, 2022

Conversation

rvagg
Copy link
Member

@rvagg rvagg commented Mar 16, 2022

No description provided.

@rvagg rvagg requested review from mvdan and web3-bot March 16, 2022 09:11
@github-actions
Copy link
Contributor

Suggested version: v1.3.1
Comparing to: v1.3.0 (diff)

Changes in go.mod file(s):

diff --git a/go.mod b/go.mod
index 6c32222..170ab0c 100644
--- a/go.mod
+++ b/go.mod
@@ -1,9 +1,9 @@
 module github.com/ipld/go-codec-dagpb
 
-go 1.15
+go 1.16
 
 require (
-	github.com/ipfs/go-cid v0.0.7
-	github.com/ipld/go-ipld-prime v0.11.0
+	github.com/ipfs/go-cid v0.1.0
+	github.com/ipld/go-ipld-prime v0.16.0
 	google.golang.org/protobuf v1.27.1
 )

gorelease says:

# summary
Suggested version: v1.4.0

gocompat says:

(empty)

@rvagg
Copy link
Member Author

rvagg commented Mar 16, 2022

overriding gorelease's semver-minor suggestion here, it's not a minor, even with the dependency update

@rvagg rvagg merged commit 11064b7 into master Mar 16, 2022
@rvagg rvagg deleted the rvagg/1.3.1 branch March 16, 2022 09:19
@mvdan
Copy link
Contributor

mvdan commented Mar 16, 2022

I think gorelease suggests a semver-minor bump because of the bump in the Go version in go.mod from 1.15 to 1.16, which could technically be a noteworthy change to some downstreams. But in practice I very much doubt it would be.

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