Skip to content

chore: bump version to v0.0.5#35

Merged
rjan90 merged 1 commit into
masterfrom
phi/bump-version
Mar 27, 2026
Merged

chore: bump version to v0.0.5#35
rjan90 merged 1 commit into
masterfrom
phi/bump-version

Conversation

@rjan90

@rjan90 rjan90 commented Mar 26, 2026

Copy link
Copy Markdown
Contributor

Bump version to v0.0.5 to get a release with #34

chore: bump version to v0.0.5
@rjan90 rjan90 requested a review from BigLep March 26, 2026 15:23
@github-actions

Copy link
Copy Markdown

Suggested tag: v0.0.5

Comparing to: v0.0.4 (diff)

Changes in configuration file(s):

diff --git a/go.mod b/go.mod
index 4e0bad0..56056b5 100644
--- a/go.mod
+++ b/go.mod
@@ -1,16 +1,37 @@
 module github.com/filecoin-project/go-paramfetch
 
-go 1.15
+go 1.25
 
 require (
-	github.com/fatih/color v1.8.0 // indirect
-	github.com/ipfs/go-fs-lock v0.0.6
-	github.com/ipfs/go-log/v2 v2.1.3
-	github.com/mattn/go-colorable v0.1.4 // indirect
-	github.com/mattn/go-runewidth v0.0.7 // indirect
-	github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1
-	github.com/stretchr/testify v1.7.0
-	go.uber.org/multierr v1.6.0
-	golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
-	gopkg.in/cheggaaa/pb.v1 v1.0.28
+	github.com/cheggaaa/pb/v3 v3.1.5
+	github.com/ipfs/go-fs-lock v0.0.7
+	github.com/ipfs/go-log/v2 v2.5.1
+	github.com/stretchr/testify v1.9.0
+	go.uber.org/multierr v1.11.0
+	golang.org/x/crypto v0.45.0
+	golang.org/x/sync v0.8.0
+	golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da
+)
+
+require (
+	github.com/VividCortex/ewma v1.2.0 // indirect
+	github.com/davecgh/go-spew v1.1.1 // indirect
+	github.com/fatih/color v1.17.0 // indirect
+	github.com/ipfs/go-ipfs-util v0.0.3 // indirect
+	github.com/klauspost/cpuid/v2 v2.2.8 // indirect
+	github.com/mattn/go-colorable v0.1.13 // indirect
+	github.com/mattn/go-isatty v0.0.20 // indirect
+	github.com/mattn/go-runewidth v0.0.16 // indirect
+	github.com/minio/sha256-simd v1.0.1 // indirect
+	github.com/mr-tron/base58 v1.2.0 // indirect
+	github.com/multiformats/go-multihash v0.2.3 // indirect
+	github.com/multiformats/go-varint v0.0.7 // indirect
+	github.com/pmezard/go-difflib v1.0.0 // indirect
+	github.com/rivo/uniseg v0.4.7 // indirect
+	github.com/spaolacci/murmur3 v1.1.0 // indirect
+	go.uber.org/zap v1.27.0 // indirect
+	go4.org v0.0.0-20230225012048-214862532bf5 // indirect
+	golang.org/x/sys v0.38.0 // indirect
+	gopkg.in/yaml.v3 v3.0.1 // indirect
+	lukechampine.com/blake3 v1.3.0 // indirect
 )

gorelease says:

# summary
Suggested version: v0.1.0

gocompat says:

HEAD is now at 908b63a Merge pull request #22 from filecoin-project/arajasek-patch-1
Previous HEAD position was 908b63a Merge pull request #22 from filecoin-project/arajasek-patch-1
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.

@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 56.57%. Comparing base (28318fc) to head (438a394).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #35   +/-   ##
=======================================
  Coverage   56.57%   56.57%           
=======================================
  Files           2        2           
  Lines         175      175           
=======================================
  Hits           99       99           
  Misses         60       60           
  Partials       16       16           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@rjan90 rjan90 merged commit 4d5425e into master Mar 27, 2026
11 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.

3 participants