-
Notifications
You must be signed in to change notification settings - Fork 37
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
chore: bump version to v0.15.0 #320
Conversation
chore: bump version to v0.15.0
Suggested version: Comparing to: v0.15.0-rc1 (diff) Changes in configuration file(s): diff --git a/go.mod b/go.mod
index 85a6338..1d086df 100644
--- a/go.mod
+++ b/go.mod
@@ -12,15 +12,15 @@ require (
github.com/filecoin-project/go-hamt-ipld/v3 v3.4.0
github.com/ipfs/go-block-format v0.2.0
github.com/ipfs/go-cid v0.4.1
- github.com/ipfs/go-ipld-cbor v0.1.0
+ github.com/ipfs/go-ipld-cbor v0.2.0
github.com/ipld/go-ipld-prime v0.21.0
github.com/minio/sha256-simd v1.0.1
github.com/multiformats/go-multibase v0.2.0
github.com/multiformats/go-multihash v0.2.3
github.com/multiformats/go-varint v0.0.7
github.com/stretchr/testify v1.9.0
- github.com/whyrusleeping/cbor-gen v0.1.2
- golang.org/x/crypto v0.27.0
+ github.com/whyrusleeping/cbor-gen v0.2.0
+ golang.org/x/crypto v0.28.0
golang.org/x/sync v0.8.0
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da
)
@@ -39,7 +39,7 @@ require (
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/polydawn/refmt v0.89.0 // indirect
github.com/spaolacci/murmur3 v1.1.0 // indirect
- golang.org/x/sys v0.25.0 // indirect
+ golang.org/x/sys v0.26.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
lukechampine.com/blake3 v1.3.0 // indirect
Automatically created GitHub ReleaseA draft GitHub Release has been created. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #320 +/- ##
==========================================
- Coverage 3.73% 3.46% -0.28%
==========================================
Files 593 593
Lines 110893 156783 +45890
==========================================
+ Hits 4145 5430 +1285
- Misses 105083 149688 +44605
Partials 1665 1665 |
@rvagg looks like we had a couple of dependency bumps since the cutting the rc1 of v0.15.0. Should we instead go for a re-tag of v0.15.0-rc1? Or are these very minimal changes, as you noted here. |
@rjan90 it should be fine proceeding with this. All of the updates are fairly trivial and will be overridden by whatever lotus is using anyway. The cbor-gen one didn't involve any codegen changes here even that doesn't touch anything here. But for the same reason, re-tagging v0.15.0-rc1 would essentially leave us with the same code being run in lotus as if we tagged off master. So it's up to you! |
chore: bump version to v0.15.0