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

v0.6.2 bump #464

Merged
merged 1 commit into from Aug 3, 2023
Merged

v0.6.2 bump #464

merged 1 commit into from Aug 3, 2023

Conversation

willscott
Copy link
Member

Adds support for a v1 car reader that is okay with an empty roots array in the header.

Adds support for a v1 car reader that is okay with an empty `roots` array in the header.
@github-actions
Copy link
Contributor

github-actions bot commented Aug 2, 2023

Suggested version: v0.6.2

Comparing to: v0.6.1 (diff)

Changes in go.mod file(s):

diff --git a/cmd/go.mod b/cmd/go.mod
index 426eba4..52cf5df 100644
--- a/cmd/go.mod
+++ b/cmd/go.mod
@@ -7,17 +7,17 @@ require (
 	github.com/ipfs/go-block-format v0.1.2
 	github.com/ipfs/go-cid v0.4.1
 	github.com/ipfs/go-ipld-format v0.5.0
-	github.com/ipfs/go-unixfsnode v1.7.1
-	github.com/ipld/go-car v0.6.1-0.20230613053002-4a5acd6d5622
-	github.com/ipld/go-car/v2 v2.10.1-0.20230613053002-4a5acd6d5622
+	github.com/ipfs/go-unixfsnode v1.7.3
+	github.com/ipld/go-car v0.6.1
+	github.com/ipld/go-car/v2 v2.10.1
 	github.com/ipld/go-codec-dagpb v1.6.0
 	github.com/ipld/go-ipld-prime v0.20.0
 	github.com/multiformats/go-multicodec v0.9.0
 	github.com/multiformats/go-multihash v0.2.3
 	github.com/multiformats/go-varint v0.0.7
 	github.com/polydawn/refmt v0.89.0
-	github.com/rogpeppe/go-internal v1.10.0
-	github.com/urfave/cli/v2 v2.25.6
+	github.com/rogpeppe/go-internal v1.11.0
+	github.com/urfave/cli/v2 v2.25.7
 	golang.org/x/exp v0.0.0-20230321023759-10a507213a29
 )
 
@@ -72,6 +72,7 @@ require (
 	go.uber.org/zap v1.24.0 // indirect
 	golang.org/x/crypto v0.6.0 // indirect
 	golang.org/x/sys v0.5.0 // indirect
+	golang.org/x/tools v0.3.0 // indirect
 	golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
 	google.golang.org/protobuf v1.28.1 // indirect
 	lukechampine.com/blake3 v1.1.7 // indirect
diff --git a/v2/go.mod b/v2/go.mod
index cbf0c1b..40772cd 100644
--- a/v2/go.mod
+++ b/v2/go.mod
@@ -7,7 +7,7 @@ require (
 	github.com/ipfs/go-cid v0.4.1
 	github.com/ipfs/go-ipld-cbor v0.0.6
 	github.com/ipfs/go-ipld-format v0.5.0
-	github.com/ipfs/go-unixfsnode v1.7.1
+	github.com/ipfs/go-unixfsnode v1.7.3
 	github.com/ipld/go-codec-dagpb v1.6.0
 	github.com/ipld/go-ipld-prime v0.20.0
 	github.com/ipld/go-ipld-prime/storage/bsadapter v0.0.0-20230102063945-1a409dc236dd

gorelease says:

# diagnostics
go.sum: one or more sums are missing. Run 'go mod tidy' to add missing sums.

# summary
Suggested version: v0.6.2

gocompat says:

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

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.

@willscott willscott merged commit a154056 into master Aug 3, 2023
28 checks passed
@willscott willscott deleted the rel/v0.6.2 branch August 3, 2023 15:38
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