Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Version 0.3.0 #114

Merged
merged 1 commit into from
Nov 15, 2021
Merged

Version 0.3.0 #114

merged 1 commit into from
Nov 15, 2021

Conversation

guseggert
Copy link
Contributor

No description provided.

@github-actions
Copy link

Suggested version: v0.3.0
Comparing to: v0.2.6 (diff)

Changes in go.mod file(s):

diff --git a/go.mod b/go.mod
index 3adce8acb..8ac26c1b7 100644
--- a/go.mod
+++ b/go.mod
@@ -1,24 +1,28 @@
 module github.com/ipfs/go-unixfs
 
 require (
-	github.com/Stebalien/go-bitfield v0.0.1
+	github.com/alecthomas/units v0.0.0-20210927113745-59d0afb8317a
 	github.com/gogo/protobuf v1.3.2
 	github.com/gopherjs/gopherjs v0.0.0-20190430165422-3e4dfb77656c // indirect
-	github.com/ipfs/go-bitswap v0.1.2 // indirect
+	github.com/ipfs/go-bitfield v1.0.0
+	github.com/ipfs/go-block-format v0.0.3
+	github.com/ipfs/go-blockservice v0.2.0
 	github.com/ipfs/go-cid v0.0.7
+	github.com/ipfs/go-datastore v0.5.0
+	github.com/ipfs/go-ipfs-blockstore v0.2.0
 	github.com/ipfs/go-ipfs-chunker v0.0.1
+	github.com/ipfs/go-ipfs-exchange-offline v0.1.0
 	github.com/ipfs/go-ipfs-files v0.0.3
 	github.com/ipfs/go-ipfs-posinfo v0.0.1
-	github.com/ipfs/go-ipfs-util v0.0.1
-	github.com/ipfs/go-ipld-format v0.0.2
+	github.com/ipfs/go-ipfs-util v0.0.2
+	github.com/ipfs/go-ipld-format v0.2.0
 	github.com/ipfs/go-log v1.0.5
-	github.com/ipfs/go-merkledag v0.2.3
-	github.com/multiformats/go-multihash v0.0.13
-	github.com/polydawn/refmt v0.0.0-20190408063855-01bf1e26dd14 // indirect
+	github.com/ipfs/go-merkledag v0.5.0
+	github.com/multiformats/go-multihash v0.0.15
 	github.com/smartystreets/assertions v1.0.0 // indirect
-	github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a // indirect
 	github.com/spaolacci/murmur3 v1.1.0
-	github.com/warpfork/go-wish v0.0.0-20190328234359-8b3e70f8e830 // indirect
+	github.com/stretchr/testify v1.7.0
+	golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
 )
 
-go 1.12
+go 1.16

gorelease says:

# github.com/ipfs/go-unixfs/hamt
## compatible changes
(*Shard).Swap: added
(*Shard).Take: added
Logtwo: added

# github.com/ipfs/go-unixfs/io
## incompatible changes
(*BasicDirectory).SwitchToSharding: removed
UpgradeableDirectory: removed
## compatible changes
DynamicDirectory: added

# github.com/ipfs/go-unixfs/private/linksize
## compatible changes
package added

# summary
Suggested version: v0.3.0

gocompat says:

"github.com/ipfs/go-unixfs/io".BasicDirectory.SwitchToSharding MethodDeleted
"github.com/ipfs/go-unixfs/io".UpgradeableDirectory TopLevelDeclarationDeleted

@guseggert guseggert merged commit 87e5542 into master Nov 15, 2021
@guseggert guseggert deleted the guseggert-patch-1 branch November 15, 2021 22:08
@aschmahmann aschmahmann mentioned this pull request Dec 1, 2021
80 tasks
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants