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

v0.4.0 bump #112

Merged
merged 1 commit into from
May 22, 2024
Merged

v0.4.0 bump #112

merged 1 commit into from
May 22, 2024

Conversation

rvagg
Copy link
Member

@rvagg rvagg commented May 22, 2024

No description provided.

@codecov-commenter
Copy link

codecov-commenter commented May 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Please upload report for BASE (master@46299ba). Learn more about missing BASE report.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #112   +/-   ##
=========================================
  Coverage          ?   71.46%           
=========================================
  Files             ?       11           
  Lines             ?     1458           
  Branches          ?        0           
=========================================
  Hits              ?     1042           
  Misses            ?      326           
  Partials          ?       90           

Copy link

Suggested version: v0.4.0

Comparing to: v0.3.2 (diff)

Changes in go.mod file(s):

diff --git a/go.mod b/go.mod
index d510e77..dccd648 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
 module github.com/filecoin-project/go-jsonrpc
 
-go 1.18
+go 1.21
 
 require (
 	github.com/google/uuid v1.1.1
@@ -20,4 +20,5 @@ require (
 	go.uber.org/atomic v1.6.0 // indirect
 	go.uber.org/multierr v1.5.0 // indirect
 	gopkg.in/yaml.v2 v2.2.2 // indirect
+	honnef.co/go/tools v0.4.6 // indirect
 )

gorelease says:

# summary
Suggested version: v0.4.0

gocompat says:

Your branch is up to date with 'origin/master'.

Cutting a Release (and modifying non-markdown files)

This PR is modifying both version.json and non-markdown files.
The Release Checker is not able to analyse files that are not checked in to master. This might cause the above analysis to be inaccurate.
Please consider performing all the code changes in a separate PR before cutting the release.

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
Copy link
Member Author

rvagg commented May 22, 2024

bumped to 0.4.0 since we're updating the Go version, also removed the stray indirect dep from when I installed a staticcheck update locally (not sure why go install added it to the cwd go.mod though?)

@rvagg rvagg merged commit 81c1e3f into master May 22, 2024
9 checks passed
@rvagg rvagg deleted the rvagg/v0.3.3 branch May 22, 2024 23:51
@rvagg rvagg changed the title v0.3.3 bump v0.4.0 bump May 22, 2024
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