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

chore: v0.1.2 #29

Merged
merged 2 commits into from
Oct 22, 2024
Merged

chore: v0.1.2 #29

merged 2 commits into from
Oct 22, 2024

Conversation

gammazero
Copy link
Contributor

No description provided.

@gammazero gammazero requested a review from lidel October 22, 2024 20:32
Copy link

Suggested version: 0.1.2

Comparing to: v0.1.1 (diff)

Changes in configuration file(s):

diff --git a/go.mod b/go.mod
index 2c532fe..2c2f80c 100644
--- a/go.mod
+++ b/go.mod
@@ -1,16 +1,14 @@
 module github.com/ipfs/go-ipfs-redirects-file
 
-go 1.18
+go 1.22
 
 require (
-	github.com/pkg/errors v0.9.1
-	github.com/tj/assert v0.0.3
+	github.com/stretchr/testify v1.9.0
 	github.com/ucarion/urlpath v0.0.0-20200424170820-7ccc79b76bbb
 )
 
 require (
 	github.com/davecgh/go-spew v1.1.1 // indirect
 	github.com/pmezard/go-difflib v1.0.0 // indirect
-	github.com/stretchr/testify v1.6.1 // indirect
-	gopkg.in/yaml.v3 v3.0.0-20200605160147-a5ece683394c // indirect
+	gopkg.in/yaml.v3 v3.0.1 // indirect
 )

gorelease says:

# summary
Suggested version: v0.2.0

gocompat says:

HEAD is now at 24d484c Merge pull request #18 from ipfs/fix/additional-fuzzing-fixes
Previous HEAD position was 24d484c Merge pull request #18 from ipfs/fix/additional-fuzzing-fixes
Switched to branch 'main'
Your branch is up to date with 'origin/main'.

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.

@lidel lidel mentioned this pull request Oct 22, 2024
Copy link
Member

@lidel lidel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems we don't run conformance tests in this repo, so I've run them in ipfs/kubo#10557 and test/sharness/t0109-gateway-web-_redirects.sh passed there, so lgtm.

(I'll switch that PR to release once this one is merged)

@lidel lidel changed the title new version chore: v0.1.2 Oct 22, 2024
@lidel lidel merged commit 87c08ba into main Oct 22, 2024
15 checks passed
@lidel lidel deleted the new-version branch October 22, 2024 20:50
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