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.2.2 bump #58

Merged
merged 1 commit into from
Oct 7, 2023
Merged

v0.2.2 bump #58

merged 1 commit into from
Oct 7, 2023

Conversation

rvagg
Copy link
Member

@rvagg rvagg commented Oct 7, 2023

No description provided.

@github-actions
Copy link

github-actions bot commented Oct 7, 2023

Suggested version: v0.3.0

Comparing to: v0.2.1 (diff)

Changes in go.mod file(s):

diff --git a/go.mod b/go.mod
index 7f8e042..949b5b3 100644
--- a/go.mod
+++ b/go.mod
@@ -3,6 +3,7 @@ module github.com/ipld/frisbii
 go 1.20
 
 require (
+	github.com/NYTimes/gziphandler v1.1.1
 	github.com/dustin/go-humanize v1.0.1
 	github.com/ipfs/go-block-format v0.2.0
 	github.com/ipfs/go-cid v0.4.1
@@ -12,9 +13,10 @@ require (
 	github.com/ipfs/go-unixfsnode v1.9.0
 	github.com/ipld/go-car/v2 v2.13.1
 	github.com/ipld/go-codec-dagpb v1.6.0
+	github.com/ipld/go-fixtureplate v0.0.2
 	github.com/ipld/go-ipld-prime v0.21.0
-	github.com/ipld/go-trustless-utils v0.3.0
-	github.com/ipld/ipld/specs v0.0.0-20230907004443-0e4ff95ff474
+	github.com/ipld/go-trustless-utils v0.4.0
+	github.com/ipld/ipld/specs v0.0.0-20230927010225-ef4dbd703269
 	github.com/ipni/go-libipni v0.5.2
 	github.com/ipni/index-provider v0.14.2
 	github.com/ipni/storetheindex v0.8.1
@@ -23,6 +25,7 @@ require (
 	github.com/multiformats/go-multihash v0.2.3
 	github.com/stretchr/testify v1.8.4
 	github.com/urfave/cli/v2 v2.25.7
+	go.uber.org/multierr v1.11.0
 	golang.org/x/term v0.12.0
 )
 
@@ -145,7 +148,6 @@ require (
 	go.uber.org/atomic v1.11.0 // indirect
 	go.uber.org/dig v1.17.0 // indirect
 	go.uber.org/fx v1.20.0 // indirect
-	go.uber.org/multierr v1.11.0 // indirect
 	go.uber.org/zap v1.25.0 // indirect
 	go4.org v0.0.0-20230225012048-214862532bf5 // indirect
 	golang.org/x/crypto v0.12.0 // indirect

gorelease says:

# github.com/ipld/frisbii
## incompatible changes
(*LoggingResponseWriter).Log: changed from func(int, time.Duration, int, string) to func(int, time.Duration, int, string, string)
## compatible changes
(*LoggingResponseWriter).CompressionRatio: added
NewHttpIpfsHandlerFunc: added
WithCompressionLevel: added
httpOptions.CompressionLevel: added

# diagnostics
go.sum: one or more sums are missing. Run 'go mod tidy' to add missing sums.
required module github.com/microcosm-cc/bluemonday@v1.0.1 retracted by module author: Retract older versions as only latest is to be depended upon

# summary
Suggested version: v0.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 eef8165 into master Oct 7, 2023
9 checks passed
@rvagg rvagg deleted the rvagg/v0.2.2 branch October 7, 2023 04:42
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.

1 participant