filecoin-project / go-amt-ipld

Implementation of an array mapped trie using go and ipld
Other
9 stars 15 forks source link

v4.3.0 bump #91

Closed rvagg closed 4 months ago

codecov-commenter commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 53.32%. Comparing base (dbdb42b) to head (6e3e45e).

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/filecoin-project/go-amt-ipld/pull/91/graphs/tree.svg?width=650&height=150&src=pr&token=X9N1gLwHJY&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=filecoin-project)](https://app.codecov.io/gh/filecoin-project/go-amt-ipld/pull/91?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=filecoin-project) ```diff @@ Coverage Diff @@ ## master #91 +/- ## ======================================= Coverage 53.32% 53.32% ======================================= Files 13 13 Lines 1324 1324 ======================================= Hits 706 706 Misses 465 465 Partials 153 153 ```
rvagg commented 4 months ago

switched to semver-minor because of the Go version bump that's included here

github-actions[bot] commented 4 months ago

Suggested version: v4.3.0

Comparing to: v4.2.0 (diff)

Changes in go.mod file(s):

diff --git a/go.mod b/go.mod
index fcd91c4..47d5312 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
 module github.com/filecoin-project/go-amt-ipld/v4

-go 1.19
+go 1.21

 require (
    github.com/ipfs/go-block-format v0.0.2
@@ -28,8 +28,8 @@ require (
    github.com/pmezard/go-difflib v1.0.0 // indirect
    github.com/polydawn/refmt v0.0.0-20190221155625-df39d6c2d992 // indirect
    github.com/spaolacci/murmur3 v1.1.0 // indirect
-   golang.org/x/crypto v0.1.0 // indirect
-   golang.org/x/sys v0.1.0 // indirect
+   golang.org/x/crypto v0.17.0 // indirect
+   golang.org/x/sys v0.15.0 // indirect
    gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
-   gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
+   gopkg.in/yaml.v3 v3.0.0 // indirect
 )diff --git a/fuzz/go.mod b/fuzz/go.mod
index dc6d5f2..faa0908 100644
--- a/fuzz/go.mod
+++ b/fuzz/go.mod
@@ -1,6 +1,6 @@
 module github.com/filecoin-project/go-amt-ipld/fuzz

-go 1.15
+go 1.21

 replace github.com/filecoin-project/go-amt-ipld/v4 => ../

@@ -14,3 +14,24 @@ require (
    github.com/stephens2424/writerset v1.0.2
    github.com/whyrusleeping/cbor-gen v0.0.0-20230126041949-52956bd4c9aa
 )
+
+require (
+   github.com/ipfs/go-ipfs-util v0.0.2 // indirect
+   github.com/ipfs/go-ipld-format v0.0.1 // indirect
+   github.com/klauspost/cpuid/v2 v2.0.4 // indirect
+   github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1 // indirect
+   github.com/minio/sha256-simd v1.0.0 // indirect
+   github.com/mr-tron/base58 v1.2.0 // indirect
+   github.com/multiformats/go-base32 v0.0.3 // indirect
+   github.com/multiformats/go-base36 v0.1.0 // indirect
+   github.com/multiformats/go-multibase v0.0.3 // indirect
+   github.com/multiformats/go-multihash v0.0.15 // indirect
+   github.com/multiformats/go-varint v0.0.6 // indirect
+   github.com/polydawn/refmt v0.0.0-20190221155625-df39d6c2d992 // indirect
+   golang.org/x/crypto v0.17.0 // indirect
+   golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
+   golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect
+   golang.org/x/sys v0.15.0 // indirect
+   golang.org/x/tools v0.1.12 // indirect
+   golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
+)

gorelease says:

# summary
Suggested version: v4.3.0

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.