Skip to content

bump version#76

Merged
gammazero merged 1 commit into
masterfrom
bump-version
Jul 25, 2026
Merged

bump version#76
gammazero merged 1 commit into
masterfrom
bump-version

Conversation

@gammazero

Copy link
Copy Markdown
Contributor

No description provided.

@github-actions

Copy link
Copy Markdown

Suggested tag: v0.1.2

Comparing to: v0.1.1 (diff)

Changes in configuration file(s):

diff --git a/go.mod b/go.mod
index 1886db8..c9d6a55 100644
--- a/go.mod
+++ b/go.mod
@@ -1,10 +1,26 @@
 module github.com/ipfs/go-ipld-git
 
-go 1.16
+go 1.25.7
 
 require (
-	github.com/ipfs/go-block-format v0.0.3
-	github.com/ipfs/go-cid v0.0.7
-	github.com/ipld/go-ipld-prime v0.11.0
-	github.com/multiformats/go-multihash v0.0.15
+	github.com/ipfs/go-block-format v0.2.4
+	github.com/ipfs/go-cid v0.6.2
+	github.com/ipld/go-ipld-prime v0.24.0
+	github.com/multiformats/go-multihash v0.2.3
+)
+
+require (
+	github.com/ipfs/boxo v0.41.0 // indirect
+	github.com/klauspost/cpuid/v2 v2.3.0 // indirect
+	github.com/minio/sha256-simd v1.0.1 // indirect
+	github.com/mr-tron/base58 v1.3.0 // indirect
+	github.com/multiformats/go-base32 v0.1.0 // indirect
+	github.com/multiformats/go-base36 v0.2.0 // indirect
+	github.com/multiformats/go-multibase v0.3.0 // indirect
+	github.com/multiformats/go-varint v0.1.0 // indirect
+	github.com/polydawn/refmt v0.90.0 // indirect
+	github.com/spaolacci/murmur3 v1.1.0 // indirect
+	golang.org/x/crypto v0.53.0 // indirect
+	golang.org/x/sys v0.46.0 // indirect
+	lukechampine.com/blake3 v1.4.1 // indirect
 )

gorelease says:

# github.com/ipfs/go-ipld-git
## incompatible changes
Blob.AsLink: changed from func() (github.com/ipld/go-ipld-prime.Link, error) to func() (github.com/ipld/go-ipld-prime.Link, error)
Blob.Kind: changed from func() github.com/ipld/go-ipld-prime.Kind to func() github.com/ipld/go-ipld-prime.Kind
Blob.ListIterator: changed from func() github.com/ipld/go-ipld-prime.ListIterator to func() github.com/ipld/go-ipld-prime.ListIterator
Blob.LookupByIndex: changed from func(int64) (github.com/ipld/go-ipld-prime.Node, error) to func(int64) (github.com/ipld/go-ipld-prime.Node, error)
Blob.LookupByNode: changed from func(github.com/ipld/go-ipld-prime.Node) (github.com/ipld/go-ipld-prime.Node, error) to func(github.com/ipld/go-ipld-prime.Node) (github.com/ipld/go-ipld-prime.Node, error)
Blob.LookupBySegment: changed from func(github.com/ipld/go-ipld-prime.PathSegment) (github.com/ipld/go-ipld-prime.Node, error) to func(github.com/ipld/go-ipld-prime.PathSegment) (github.com/ipld/go-ipld-prime.Node, error)
Blob.LookupByString: changed from func(string) (github.com/ipld/go-ipld-prime.Node, error) to func(string) (github.com/ipld/go-ipld-prime.Node, error)
Blob.MapIterator: changed from func() github.com/ipld/go-ipld-prime.MapIterator to func() github.com/ipld/go-ipld-prime.MapIterator
Blob.Prototype: changed from func() github.com/ipld/go-ipld-prime.NodePrototype to func() github.com/ipld/go-ipld-prime.NodePrototype
Blob.Representation: changed from func() github.com/ipld/go-ipld-prime.Node to func() github.com/ipld/go-ipld-prime.Node
Commit.AsLink: changed from func() (github.com/ipld/go-ipld-prime.Link, error) to func() (github.com/ipld/go-ipld-prime.Link, error)
Commit.Kind: changed from func() github.com/ipld/go-ipld-prime.Kind to func() github.com/ipld/go-ipld-prime.Kind
Commit.ListIterator: changed from func() github.com/ipld/go-ipld-prime.ListIterator to func() github.com/ipld/go-ipld-prime.ListIterator
Commit.LookupByIndex: changed from func(int64) (github.com/ipld/go-ipld-prime.Node, error) to func(int64) (github.com/ipld/go-ipld-prime.Node, error)
Commit.LookupByNode: changed from func(github.com/ipld/go-ipld-prime.Node) (github.com/ipld/go-ipld-prime.Node, error) to func(github.com/ipld/go-ipld-prime.Node) (github.com/ipld/go-ipld-prime.Node, error)
Commit.LookupBySegment: changed from func(github.com/ipld/go-ipld-prime.PathSegment) (github.com/ipld/go-ipld-prime.Node, error) to func(github.com/ipld/go-ipld-prime.PathSegment) (github.com/ipld/go-ipld-prime.Node, error)
Commit.LookupByString: changed from func(string) (github.com/ipld/go-ipld-prime.Node, error) to func(string) (github.com/ipld/go-ipld-prime.Node, error)
Commit.MapIterator: changed from func() github.com/ipld/go-ipld-prime.MapIterator to func() github.com/ipld/go-ipld-prime.MapIterator
Commit.Prototype: changed from func() github.com/ipld/go-ipld-prime.NodePrototype to func() github.com/ipld/go-ipld-prime.NodePrototype
Commit.Representation: changed from func() github.com/ipld/go-ipld-prime.Node to func() github.com/ipld/go-ipld-prime.Node
Commit_Link.AsLink: changed from func() (github.com/ipld/go-ipld-prime.Link, error) to func() (github.com/ipld/go-ipld-prime.Link, error)
Commit_Link.Kind: changed from func() github.com/ipld/go-ipld-prime.Kind to func() github.com/ipld/go-ipld-prime.Kind
Commit_Link.Link: changed from func() github.com/ipld/go-ipld-prime.Link to func() github.com/ipld/go-ipld-prime.Link
Commit_Link.LinkTargetNodePrototype: changed from func() github.com/ipld/go-ipld-prime.NodePrototype to func() github.com/ipld/go-ipld-prime.NodePrototype
Commit_Link.ListIterator: changed from func() github.com/ipld/go-ipld-prime.ListIterator to func() github.com/ipld/go-ipld-prime.ListIterator
Commit_Link.LookupByIndex: changed from func(int64) (github.com/ipld/go-ipld-prime.Node, error) to func(int64) (github.com/ipld/go-ipld-prime.Node, error)
Commit_Link.LookupByNode: changed from func(github.com/ipld/go-ipld-prime.Node) (github.com/ipld/go-ipld-prime.Node, error) to func(github.com/ipld/go-ipld-prime.Node) (github.com/ipld/go-ipld-prime.Node, error)
Commit_Link.LookupBySegment: changed from func(github.com/ipld/go-ipld-prime.PathSegment) (github.com/ipld/go-ipld-prime.Node, error) to func(github.com/ipld/go-ipld-prime.PathSegment) (github.com/ipld/go-ipld-prime.Node, error)
Commit_Link.LookupByString: changed from func(string) (github.com/ipld/go-ipld-prime.Node, error) to func(string) (github.com/ipld/go-ipld-prime.Node, error)
Commit_Link.MapIterator: changed from func() github.com/ipld/go-ipld-prime.MapIterator to func() github.com/ipld/go-ipld-prime.MapIterator
Commit_Link.Prototype: changed from func() github.com/ipld/go-ipld-prime.NodePrototype to func() github.com/ipld/go-ipld-prime.NodePrototype
Commit_Link.Representation: changed from func() github.com/ipld/go-ipld-prime.Node to func() github.com/ipld/go-ipld-prime.Node
Commit_Link_List.AsLink: changed from func() (github.com/ipld/go-ipld-prime.Link, error) to func() (github.com/ipld/go-ipld-prime.Link, error)
Commit_Link_List.Kind: changed from func() github.com/ipld/go-ipld-prime.Kind to func() github.com/ipld/go-ipld-prime.Kind
Commit_Link_List.ListIterator: changed from func() github.com/ipld/go-ipld-prime.ListIterator to func() github.com/ipld/go-ipld-prime.ListIterator
Commit_Link_List.LookupByIndex: changed from func(int64) (github.com/ipld/go-ipld-prime.Node, error) to func(int64) (github.com/ipld/go-ipld-prime.Node, error)
Commit_Link_List.LookupByNode: changed from func(github.com/ipld/go-ipld-prime.Node) (github.com/ipld/go-ipld-prime.Node, error) to func(github.com/ipld/go-ipld-prime.Node) (github.com/ipld/go-ipld-prime.Node, error)
Commit_Link_List.LookupBySegment: changed from func(github.com/ipld/go-ipld-prime.PathSegment) (github.com/ipld/go-ipld-prime.Node, error) to func(github.com/ipld/go-ipld-prime.PathSegment) (github.com/ipld/go-ipld-prime.Node, error)
Commit_Link_List.LookupByString: changed from func(string) (github.com/ipld/go-ipld-prime.Node, error) to func(string) (github.com/ipld/go-ipld-prime.Node, error)
Commit_Link_List.MapIterator: changed from func() github.com/ipld/go-ipld-prime.MapIterator to func() github.com/ipld/go-ipld-prime.MapIterator
Commit_Link_List.Prototype: changed from func() github.com/ipld/go-ipld-prime.NodePrototype to func() github.com/ipld/go-ipld-prime.NodePrototype
Commit_Link_List.Representation: changed from func() github.com/ipld/go-ipld-prime.Node to func() github.com/ipld/go-ipld-prime.Node
Decode: changed from func(github.com/ipld/go-ipld-prime.NodeAssembler, io.Reader) error to func(github.com/ipld/go-ipld-prime.NodeAssembler, io.Reader) error
DecodeBlob: changed from func(github.com/ipld/go-ipld-prime.NodeAssembler, *bufio.Reader) error to func(github.com/ipld/go-ipld-prime.NodeAssembler, *bufio.Reader) error
DecodeBlock: changed from func(github.com/ipfs/go-block-format.Block) (github.com/ipld/go-ipld-prime.Node, error) to func(github.com/ipfs/go-block-format.Block) (github.com/ipld/go-ipld-prime.Node, error)
DecodeCommit: changed from func(github.com/ipld/go-ipld-prime.NodeAssembler, *bufio.Reader) error to func(github.com/ipld/go-ipld-prime.NodeAssembler, *bufio.Reader) error
DecodeTag: changed from func(github.com/ipld/go-ipld-prime.NodeAssembler, *bufio.Reader) error to func(github.com/ipld/go-ipld-prime.NodeAssembler, *bufio.Reader) error
DecodeTree: changed from func(github.com/ipld/go-ipld-prime.NodeAssembler, *bufio.Reader) error to func(github.com/ipld/go-ipld-prime.NodeAssembler, *bufio.Reader) error
DecodeTreeEntry: changed from func(*bufio.Reader) (string, github.com/ipld/go-ipld-prime.Node, error) to func(*bufio.Reader) (string, github.com/ipld/go-ipld-prime.Node, error)
Encode: changed from func(github.com/ipld/go-ipld-prime.Node, io.Writer) error to func(github.com/ipld/go-ipld-prime.Node, io.Writer) error
GpgSig.AsLink: changed from func() (github.com/ipld/go-ipld-prime.Link, error) to func() (github.com/ipld/go-ipld-prime.Link, error)
GpgSig.Kind: changed from func() github.com/ipld/go-ipld-prime.Kind to func() github.com/ipld/go-ipld-prime.Kind
GpgSig.ListIterator: changed from func() github.com/ipld/go-ipld-prime.ListIterator to func() github.com/ipld/go-ipld-prime.ListIterator
GpgSig.LookupByIndex: changed from func(int64) (github.com/ipld/go-ipld-prime.Node, error) to func(int64) (github.com/ipld/go-ipld-prime.Node, error)
GpgSig.LookupByNode: changed from func(github.com/ipld/go-ipld-prime.Node) (github.com/ipld/go-ipld-prime.Node, error) to func(github.com/ipld/go-ipld-prime.Node) (github.com/ipld/go-ipld-prime.Node, error)
GpgSig.LookupBySegment: changed from func(github.com/ipld/go-ipld-prime.PathSegment) (github.com/ipld/go-ipld-prime.Node, error) to func(github.com/ipld/go-ipld-prime.PathSegment) (github.com/ipld/go-ipld-prime.Node, error)
GpgSig.LookupByString: changed from func(string) (github.com/ipld/go-ipld-prime.Node, error) to func(string) (github.com/ipld/go-ipld-prime.Node, error)
GpgSig.MapIterator: changed from func() github.com/ipld/go-ipld-prime.MapIterator to func() github.com/ipld/go-ipld-prime.MapIterator
GpgSig.Prototype: changed from func() github.com/ipld/go-ipld-prime.NodePrototype to func() github.com/ipld/go-ipld-prime.NodePrototype
GpgSig.Representation: changed from func() github.com/ipld/go-ipld-prime.Node to func() github.com/ipld/go-ipld-prime.Node
Link.AsLink: changed from func() (github.com/ipld/go-ipld-prime.Link, error) to func() (github.com/ipld/go-ipld-prime.Link, error)
Link.Kind: changed from func() github.com/ipld/go-ipld-prime.Kind to func() github.com/ipld/go-ipld-prime.Kind
Link.Link: changed from func() github.com/ipld/go-ipld-prime.Link to func() github.com/ipld/go-ipld-prime.Link
Link.ListIterator: changed from func() github.com/ipld/go-ipld-prime.ListIterator to func() github.com/ipld/go-ipld-prime.ListIterator
Link.LookupByIndex: changed from func(int64) (github.com/ipld/go-ipld-prime.Node, error) to func(int64) (github.com/ipld/go-ipld-prime.Node, error)
Link.LookupByNode: changed from func(github.com/ipld/go-ipld-prime.Node) (github.com/ipld/go-ipld-prime.Node, error) to func(github.com/ipld/go-ipld-prime.Node) (github.com/ipld/go-ipld-prime.Node, error)
Link.LookupBySegment: changed from func(github.com/ipld/go-ipld-prime.PathSegment) (github.com/ipld/go-ipld-prime.Node, error) to func(github.com/ipld/go-ipld-prime.PathSegment) (github.com/ipld/go-ipld-prime.Node, error)
Link.LookupByString: changed from func(string) (github.com/ipld/go-ipld-prime.Node, error) to func(string) (github.com/ipld/go-ipld-prime.Node, error)
Link.MapIterator: changed from func() github.com/ipld/go-ipld-prime.MapIterator to func() github.com/ipld/go-ipld-prime.MapIterator
Link.Prototype: changed from func() github.com/ipld/go-ipld-prime.NodePrototype to func() github.com/ipld/go-ipld-prime.NodePrototype
Link.Representation: changed from func() github.com/ipld/go-ipld-prime.Node to func() github.com/ipld/go-ipld-prime.Node
MaybeBlob.AsNode: changed from func() github.com/ipld/go-ipld-prime.Node to func() github.com/ipld/go-ipld-prime.Node
MaybeCommit.AsNode: changed from func() github.com/ipld/go-ipld-prime.Node to func() github.com/ipld/go-ipld-prime.Node
MaybeCommit_Link.AsNode: changed from func() github.com/ipld/go-ipld-prime.Node to func() github.com/ipld/go-ipld-prime.Node
MaybeCommit_Link_List.AsNode: changed from func() github.com/ipld/go-ipld-prime.Node to func() github.com/ipld/go-ipld-prime.Node
MaybeGpgSig.AsNode: changed from func() github.com/ipld/go-ipld-prime.Node to func() github.com/ipld/go-ipld-prime.Node
MaybeLink.AsNode: changed from func() github.com/ipld/go-ipld-prime.Node to func() github.com/ipld/go-ipld-prime.Node
MaybePersonInfo.AsNode: changed from func() github.com/ipld/go-ipld-prime.Node to func() github.com/ipld/go-ipld-prime.Node
MaybeString.AsNode: changed from func() github.com/ipld/go-ipld-prime.Node to func() github.com/ipld/go-ipld-prime.Node
MaybeString_List.AsNode: changed from func() github.com/ipld/go-ipld-prime.Node to func() github.com/ipld/go-ipld-prime.Node
MaybeTag.AsNode: changed from func() github.com/ipld/go-ipld-prime.Node to func() github.com/ipld/go-ipld-prime.Node
MaybeTag_List.AsNode: changed from func() github.com/ipld/go-ipld-prime.Node to func() github.com/ipld/go-ipld-prime.Node
MaybeTree.AsNode: changed from func() github.com/ipld/go-ipld-prime.Node to func() github.com/ipld/go-ipld-prime.Node
MaybeTreeEntry.AsNode: changed from func() github.com/ipld/go-ipld-prime.Node to func() github.com/ipld/go-ipld-prime.Node
MaybeTree_Link.AsNode: changed from func() github.com/ipld/go-ipld-prime.Node to func() github.com/ipld/go-ipld-prime.Node
ParseCompressedObject: changed from func(io.Reader) (github.com/ipld/go-ipld-prime.Node, error) to func(io.Reader) (github.com/ipld/go-ipld-prime.Node, error)
ParseObject: changed from func(io.Reader) (github.com/ipld/go-ipld-prime.Node, error) to func(io.Reader) (github.com/ipld/go-ipld-prime.Node, error)
ParseObjectFromBuffer: changed from func([]byte) (github.com/ipld/go-ipld-prime.Node, error) to func([]byte) (github.com/ipld/go-ipld-prime.Node, error)
PersonInfo.AsLink: changed from func() (github.com/ipld/go-ipld-prime.Link, error) to func() (github.com/ipld/go-ipld-prime.Link, error)
PersonInfo.Kind: changed from func() github.com/ipld/go-ipld-prime.Kind to func() github.com/ipld/go-ipld-prime.Kind
PersonInfo.ListIterator: changed from func() github.com/ipld/go-ipld-prime.ListIterator to func() github.com/ipld/go-ipld-prime.ListIterator
PersonInfo.LookupByIndex: changed from func(int64) (github.com/ipld/go-ipld-prime.Node, error) to func(int64) (github.com/ipld/go-ipld-prime.Node, error)
PersonInfo.LookupByNode: changed from func(github.com/ipld/go-ipld-prime.Node) (github.com/ipld/go-ipld-prime.Node, error) to func(github.com/ipld/go-ipld-prime.Node) (github.com/ipld/go-ipld-prime.Node, error)
PersonInfo.LookupBySegment: changed from func(github.com/ipld/go-ipld-prime.PathSegment) (github.com/ipld/go-ipld-prime.Node, error) to func(github.com/ipld/go-ipld-prime.PathSegment) (github.com/ipld/go-ipld-prime.Node, error)
PersonInfo.LookupByString: changed from func(string) (github.com/ipld/go-ipld-prime.Node, error) to func(string) (github.com/ipld/go-ipld-prime.Node, error)
PersonInfo.MapIterator: changed from func() github.com/ipld/go-ipld-prime.MapIterator to func() github.com/ipld/go-ipld-prime.MapIterator
PersonInfo.Prototype: changed from func() github.com/ipld/go-ipld-prime.NodePrototype to func() github.com/ipld/go-ipld-prime.NodePrototype
PersonInfo.Representation: changed from func() github.com/ipld/go-ipld-prime.Node to func() github.com/ipld/go-ipld-prime.Node
String.AsLink: changed from func() (github.com/ipld/go-ipld-prime.Link, error) to func() (github.com/ipld/go-ipld-prime.Link, error)
String.Kind: changed from func() github.com/ipld/go-ipld-prime.Kind to func() github.com/ipld/go-ipld-prime.Kind
String.ListIterator: changed from func() github.com/ipld/go-ipld-prime.ListIterator to func() github.com/ipld/go-ipld-prime.ListIterator
String.LookupByIndex: changed from func(int64) (github.com/ipld/go-ipld-prime.Node, error) to func(int64) (github.com/ipld/go-ipld-prime.Node, error)
String.LookupByNode: changed from func(github.com/ipld/go-ipld-prime.Node) (github.com/ipld/go-ipld-prime.Node, error) to func(github.com/ipld/go-ipld-prime.Node) (github.com/ipld/go-ipld-prime.Node, error)
String.LookupBySegment: changed from func(github.com/ipld/go-ipld-prime.PathSegment) (github.com/ipld/go-ipld-prime.Node, error) to func(github.com/ipld/go-ipld-prime.PathSegment) (github.com/ipld/go-ipld-prime.Node, error)
String.LookupByString: changed from func(string) (github.com/ipld/go-ipld-prime.Node, error) to func(string) (github.com/ipld/go-ipld-prime.Node, error)
String.MapIterator: changed from func() github.com/ipld/go-ipld-prime.MapIterator to func() github.com/ipld/go-ipld-prime.MapIterator
String.Prototype: changed from func() github.com/ipld/go-ipld-prime.NodePrototype to func() github.com/ipld/go-ipld-prime.NodePrototype
String.Representation: changed from func() github.com/ipld/go-ipld-prime.Node to func() github.com/ipld/go-ipld-prime.Node
String_List.AsLink: changed from func() (github.com/ipld/go-ipld-prime.Link, error) to func() (github.com/ipld/go-ipld-prime.Link, error)
String_List.Kind: changed from func() github.com/ipld/go-ipld-prime.Kind to func() github.com/ipld/go-ipld-prime.Kind
String_List.ListIterator: changed from func() github.com/ipld/go-ipld-prime.ListIterator to func() github.com/ipld/go-ipld-prime.ListIterator
String_List.LookupByIndex: changed from func(int64) (github.com/ipld/go-ipld-prime.Node, error) to func(int64) (github.com/ipld/go-ipld-prime.Node, error)
String_List.LookupByNode: changed from func(github.com/ipld/go-ipld-prime.Node) (github.com/ipld/go-ipld-prime.Node, error) to func(github.com/ipld/go-ipld-prime.Node) (github.com/ipld/go-ipld-prime.Node, error)
String_List.LookupBySegment: changed from func(github.com/ipld/go-ipld-prime.PathSegment) (github.com/ipld/go-ipld-prime.Node, error) to func(github.com/ipld/go-ipld-prime.PathSegment) (github.com/ipld/go-ipld-prime.Node, error)
String_List.LookupByString: changed from func(string) (github.com/ipld/go-ipld-prime.Node, error) to func(string) (github.com/ipld/go-ipld-prime.Node, error)
String_List.MapIterator: changed from func() github.com/ipld/go-ipld-prime.MapIterator to func() github.com/ipld/go-ipld-prime.MapIterator
String_List.Prototype: changed from func() github.com/ipld/go-ipld-prime.NodePrototype to func() github.com/ipld/go-ipld-prime.NodePrototype
String_List.Representation: changed from func() github.com/ipld/go-ipld-prime.Node to func() github.com/ipld/go-ipld-prime.Node
Tag.AsLink: changed from func() (github.com/ipld/go-ipld-prime.Link, error) to func() (github.com/ipld/go-ipld-prime.Link, error)
Tag.Kind: changed from func() github.com/ipld/go-ipld-prime.Kind to func() github.com/ipld/go-ipld-prime.Kind
Tag.ListIterator: changed from func() github.com/ipld/go-ipld-prime.ListIterator to func() github.com/ipld/go-ipld-prime.ListIterator
Tag.LookupByIndex: changed from func(int64) (github.com/ipld/go-ipld-prime.Node, error) to func(int64) (github.com/ipld/go-ipld-prime.Node, error)
Tag.LookupByNode: changed from func(github.com/ipld/go-ipld-prime.Node) (github.com/ipld/go-ipld-prime.Node, error) to func(github.com/ipld/go-ipld-prime.Node) (github.com/ipld/go-ipld-prime.Node, error)
Tag.LookupBySegment: changed from func(github.com/ipld/go-ipld-prime.PathSegment) (github.com/ipld/go-ipld-prime.Node, error) to func(github.com/ipld/go-ipld-prime.PathSegment) (github.com/ipld/go-ipld-prime.Node, error)
Tag.LookupByString: changed from func(string) (github.com/ipld/go-ipld-prime.Node, error) to func(string) (github.com/ipld/go-ipld-prime.Node, error)
Tag.MapIterator: changed from func() github.com/ipld/go-ipld-prime.MapIterator to func() github.com/ipld/go-ipld-prime.MapIterator
Tag.Prototype: changed from func() github.com/ipld/go-ipld-prime.NodePrototype to func() github.com/ipld/go-ipld-prime.NodePrototype
Tag.Representation: changed from func() github.com/ipld/go-ipld-prime.Node to func() github.com/ipld/go-ipld-prime.Node
Tag_List.AsLink: changed from func() (github.com/ipld/go-ipld-prime.Link, error) to func() (github.com/ipld/go-ipld-prime.Link, error)
Tag_List.Kind: changed from func() github.com/ipld/go-ipld-prime.Kind to func() github.com/ipld/go-ipld-prime.Kind
Tag_List.ListIterator: changed from func() github.com/ipld/go-ipld-prime.ListIterator to func() github.com/ipld/go-ipld-prime.ListIterator
Tag_List.LookupByIndex: changed from func(int64) (github.com/ipld/go-ipld-prime.Node, error) to func(int64) (github.com/ipld/go-ipld-prime.Node, error)
Tag_List.LookupByNode: changed from func(github.com/ipld/go-ipld-prime.Node) (github.com/ipld/go-ipld-prime.Node, error) to func(github.com/ipld/go-ipld-prime.Node) (github.com/ipld/go-ipld-prime.Node, error)
Tag_List.LookupBySegment: changed from func(github.com/ipld/go-ipld-prime.PathSegment) (github.com/ipld/go-ipld-prime.Node, error) to func(github.com/ipld/go-ipld-prime.PathSegment) (github.com/ipld/go-ipld-prime.Node, error)
Tag_List.LookupByString: changed from func(string) (github.com/ipld/go-ipld-prime.Node, error) to func(string) (github.com/ipld/go-ipld-prime.Node, error)
Tag_List.MapIterator: changed from func() github.com/ipld/go-ipld-prime.MapIterator to func() github.com/ipld/go-ipld-prime.MapIterator
Tag_List.Prototype: changed from func() github.com/ipld/go-ipld-prime.NodePrototype to func() github.com/ipld/go-ipld-prime.NodePrototype
Tag_List.Representation: changed from func() github.com/ipld/go-ipld-prime.Node to func() github.com/ipld/go-ipld-prime.Node
Tree.AsLink: changed from func() (github.com/ipld/go-ipld-prime.Link, error) to func() (github.com/ipld/go-ipld-prime.Link, error)
Tree.Kind: changed from func() github.com/ipld/go-ipld-prime.Kind to func() github.com/ipld/go-ipld-prime.Kind
Tree.ListIterator: changed from func() github.com/ipld/go-ipld-prime.ListIterator to func() github.com/ipld/go-ipld-prime.ListIterator
Tree.LookupByIndex: changed from func(int64) (github.com/ipld/go-ipld-prime.Node, error) to func(int64) (github.com/ipld/go-ipld-prime.Node, error)
Tree.LookupByNode: changed from func(github.com/ipld/go-ipld-prime.Node) (github.com/ipld/go-ipld-prime.Node, error) to func(github.com/ipld/go-ipld-prime.Node) (github.com/ipld/go-ipld-prime.Node, error)
Tree.LookupBySegment: changed from func(github.com/ipld/go-ipld-prime.PathSegment) (github.com/ipld/go-ipld-prime.Node, error) to func(github.com/ipld/go-ipld-prime.PathSegment) (github.com/ipld/go-ipld-prime.Node, error)
Tree.LookupByString: changed from func(string) (github.com/ipld/go-ipld-prime.Node, error) to func(string) (github.com/ipld/go-ipld-prime.Node, error)
Tree.MapIterator: changed from func() github.com/ipld/go-ipld-prime.MapIterator to func() github.com/ipld/go-ipld-prime.MapIterator
Tree.Prototype: changed from func() github.com/ipld/go-ipld-prime.NodePrototype to func() github.com/ipld/go-ipld-prime.NodePrototype
Tree.Representation: changed from func() github.com/ipld/go-ipld-prime.Node to func() github.com/ipld/go-ipld-prime.Node
TreeEntry.AsLink: changed from func() (github.com/ipld/go-ipld-prime.Link, error) to func() (github.com/ipld/go-ipld-prime.Link, error)
TreeEntry.Kind: changed from func() github.com/ipld/go-ipld-prime.Kind to func() github.com/ipld/go-ipld-prime.Kind
TreeEntry.ListIterator: changed from func() github.com/ipld/go-ipld-prime.ListIterator to func() github.com/ipld/go-ipld-prime.ListIterator
TreeEntry.LookupByIndex: changed from func(int64) (github.com/ipld/go-ipld-prime.Node, error) to func(int64) (github.com/ipld/go-ipld-prime.Node, error)
TreeEntry.LookupByNode: changed from func(github.com/ipld/go-ipld-prime.Node) (github.com/ipld/go-ipld-prime.Node, error) to func(github.com/ipld/go-ipld-prime.Node) (github.com/ipld/go-ipld-prime.Node, error)
TreeEntry.LookupBySegment: changed from func(github.com/ipld/go-ipld-prime.PathSegment) (github.com/ipld/go-ipld-prime.Node, error) to func(github.com/ipld/go-ipld-prime.PathSegment) (github.com/ipld/go-ipld-prime.Node, error)
TreeEntry.LookupByString: changed from func(string) (github.com/ipld/go-ipld-prime.Node, error) to func(string) (github.com/ipld/go-ipld-prime.Node, error)
TreeEntry.MapIterator: changed from func() github.com/ipld/go-ipld-prime.MapIterator to func() github.com/ipld/go-ipld-prime.MapIterator
TreeEntry.Prototype: changed from func() github.com/ipld/go-ipld-prime.NodePrototype to func() github.com/ipld/go-ipld-prime.NodePrototype
TreeEntry.Representation: changed from func() github.com/ipld/go-ipld-prime.Node to func() github.com/ipld/go-ipld-prime.Node
Tree_Link.AsLink: changed from func() (github.com/ipld/go-ipld-prime.Link, error) to func() (github.com/ipld/go-ipld-prime.Link, error)
Tree_Link.Kind: changed from func() github.com/ipld/go-ipld-prime.Kind to func() github.com/ipld/go-ipld-prime.Kind
Tree_Link.Link: changed from func() github.com/ipld/go-ipld-prime.Link to func() github.com/ipld/go-ipld-prime.Link
Tree_Link.LinkTargetNodePrototype: changed from func() github.com/ipld/go-ipld-prime.NodePrototype to func() github.com/ipld/go-ipld-prime.NodePrototype
Tree_Link.ListIterator: changed from func() github.com/ipld/go-ipld-prime.ListIterator to func() github.com/ipld/go-ipld-prime.ListIterator
Tree_Link.LookupByIndex: changed from func(int64) (github.com/ipld/go-ipld-prime.Node, error) to func(int64) (github.com/ipld/go-ipld-prime.Node, error)
Tree_Link.LookupByNode: changed from func(github.com/ipld/go-ipld-prime.Node) (github.com/ipld/go-ipld-prime.Node, error) to func(github.com/ipld/go-ipld-prime.Node) (github.com/ipld/go-ipld-prime.Node, error)
Tree_Link.LookupBySegment: changed from func(github.com/ipld/go-ipld-prime.PathSegment) (github.com/ipld/go-ipld-prime.Node, error) to func(github.com/ipld/go-ipld-prime.PathSegment) (github.com/ipld/go-ipld-prime.Node, error)
Tree_Link.LookupByString: changed from func(string) (github.com/ipld/go-ipld-prime.Node, error) to func(string) (github.com/ipld/go-ipld-prime.Node, error)
Tree_Link.MapIterator: changed from func() github.com/ipld/go-ipld-prime.MapIterator to func() github.com/ipld/go-ipld-prime.MapIterator
Tree_Link.Prototype: changed from func() github.com/ipld/go-ipld-prime.NodePrototype to func() github.com/ipld/go-ipld-prime.NodePrototype
Tree_Link.Representation: changed from func() github.com/ipld/go-ipld-prime.Node to func() github.com/ipld/go-ipld-prime.Node
_Blob__Prototype.NewBuilder: changed from func() github.com/ipld/go-ipld-prime.NodeBuilder to func() github.com/ipld/go-ipld-prime.NodeBuilder
_Commit_Link_List__Prototype.NewBuilder: changed from func() github.com/ipld/go-ipld-prime.NodeBuilder to func() github.com/ipld/go-ipld-prime.NodeBuilder
_Commit_Link_List__ReprPrototype.NewBuilder: changed from func() github.com/ipld/go-ipld-prime.NodeBuilder to func() github.com/ipld/go-ipld-prime.NodeBuilder
_Commit_Link__Prototype.FromLink: changed from func(github.com/ipld/go-ipld-prime.Link) (Commit_Link, error) to func(github.com/ipld/go-ipld-prime.Link) (Commit_Link, error)
_Commit_Link__Prototype.NewBuilder: changed from func() github.com/ipld/go-ipld-prime.NodeBuilder to func() github.com/ipld/go-ipld-prime.NodeBuilder
_Commit__Prototype.NewBuilder: changed from func() github.com/ipld/go-ipld-prime.NodeBuilder to func() github.com/ipld/go-ipld-prime.NodeBuilder
_Commit__ReprPrototype.NewBuilder: changed from func() github.com/ipld/go-ipld-prime.NodeBuilder to func() github.com/ipld/go-ipld-prime.NodeBuilder
_GpgSig__Prototype.NewBuilder: changed from func() github.com/ipld/go-ipld-prime.NodeBuilder to func() github.com/ipld/go-ipld-prime.NodeBuilder
_Link__Prototype.FromLink: changed from func(github.com/ipld/go-ipld-prime.Link) (Link, error) to func(github.com/ipld/go-ipld-prime.Link) (Link, error)
_Link__Prototype.NewBuilder: changed from func() github.com/ipld/go-ipld-prime.NodeBuilder to func() github.com/ipld/go-ipld-prime.NodeBuilder
_PersonInfo__Prototype.NewBuilder: changed from func() github.com/ipld/go-ipld-prime.NodeBuilder to func() github.com/ipld/go-ipld-prime.NodeBuilder
_PersonInfo__ReprPrototype.NewBuilder: changed from func() github.com/ipld/go-ipld-prime.NodeBuilder to func() github.com/ipld/go-ipld-prime.NodeBuilder
_String_List__Prototype.NewBuilder: changed from func() github.com/ipld/go-ipld-prime.NodeBuilder to func() github.com/ipld/go-ipld-prime.NodeBuilder
_String_List__ReprPrototype.NewBuilder: changed from func() github.com/ipld/go-ipld-prime.NodeBuilder to func() github.com/ipld/go-ipld-prime.NodeBuilder
_String__Prototype.NewBuilder: changed from func() github.com/ipld/go-ipld-prime.NodeBuilder to func() github.com/ipld/go-ipld-prime.NodeBuilder
_Tag_List__Prototype.NewBuilder: changed from func() github.com/ipld/go-ipld-prime.NodeBuilder to func() github.com/ipld/go-ipld-prime.NodeBuilder
_Tag_List__ReprPrototype.NewBuilder: changed from func() github.com/ipld/go-ipld-prime.NodeBuilder to func() github.com/ipld/go-ipld-prime.NodeBuilder
_Tag__Prototype.NewBuilder: changed from func() github.com/ipld/go-ipld-prime.NodeBuilder to func() github.com/ipld/go-ipld-prime.NodeBuilder
_Tag__ReprPrototype.NewBuilder: changed from func() github.com/ipld/go-ipld-prime.NodeBuilder to func() github.com/ipld/go-ipld-prime.NodeBuilder
_TreeEntry__Prototype.NewBuilder: changed from func() github.com/ipld/go-ipld-prime.NodeBuilder to func() github.com/ipld/go-ipld-prime.NodeBuilder
_TreeEntry__ReprPrototype.NewBuilder: changed from func() github.com/ipld/go-ipld-prime.NodeBuilder to func() github.com/ipld/go-ipld-prime.NodeBuilder
_Tree_Link__Prototype.FromLink: changed from func(github.com/ipld/go-ipld-prime.Link) (Tree_Link, error) to func(github.com/ipld/go-ipld-prime.Link) (Tree_Link, error)
_Tree_Link__Prototype.NewBuilder: changed from func() github.com/ipld/go-ipld-prime.NodeBuilder to func() github.com/ipld/go-ipld-prime.NodeBuilder
_Tree__Prototype.NewBuilder: changed from func() github.com/ipld/go-ipld-prime.NodeBuilder to func() github.com/ipld/go-ipld-prime.NodeBuilder
_Tree__ReprPrototype.NewBuilder: changed from func() github.com/ipld/go-ipld-prime.NodeBuilder to func() github.com/ipld/go-ipld-prime.NodeBuilder

# summary
v0.1.2 is a valid semantic version for this release.

gocompat says:

HEAD is now at 0508c26 return ErrUnexpectedEOF when Decode input is too short
Previous HEAD position was 0508c26 return ErrUnexpectedEOF when Decode input is too short
Switched to branch 'master'
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.

@gammazero
gammazero merged commit 76d1dc1 into master Jul 25, 2026
13 checks passed
@gammazero
gammazero deleted the bump-version branch July 25, 2026 01:06
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.

1 participant