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

v4.3.0 bump #91

Merged
merged 2 commits into from
Apr 22, 2024
Merged

v4.3.0 bump #91

merged 2 commits into from
Apr 22, 2024

Conversation

rvagg
Copy link
Member

@rvagg rvagg commented Apr 22, 2024

No description provided.

@rvagg rvagg requested a review from Stebalien April 22, 2024 01:55
@codecov-commenter
Copy link

codecov-commenter commented Apr 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

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

Additional details and impacted files

Impacted file tree graph

@@           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 rvagg changed the title v4.2.1 bump v4.3.0 bump Apr 22, 2024
@rvagg
Copy link
Member Author

rvagg commented Apr 22, 2024

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

Copy link

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.

@rvagg rvagg merged commit ebb220a into master Apr 22, 2024
9 checks passed
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