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: release v0.11.0 #253

Merged
merged 1 commit into from
Apr 15, 2024
Merged

chore: release v0.11.0 #253

merged 1 commit into from
Apr 15, 2024

Conversation

Stebalien
Copy link
Member

Updates dependencies:

  1. Update boxo from 0.12 to 0.19.
  2. Update the CORS library. The OPTIONS method now returns 204 (no content) instead of 200 (ok).
  3. Misc.

Updates dependencies:

1. Update boxo from 0.12 to 0.19.
2. Update the CORS library. The OPTIONS method now returns 204 (no
content) instead of 200 (ok).
3. Misc.
@Stebalien Stebalien requested a review from hacdias April 15, 2024 14:50
@Stebalien
Copy link
Member Author

Back to back releases in case this release introduces any unexpected breakage.

Copy link

Suggested version: v0.11.0

Comparing to: v0.10.2 (diff)

Changes in go.mod file(s):

diff --git a/go.mod b/go.mod
index 0a8bebe..dc78aac 100644
--- a/go.mod
+++ b/go.mod
@@ -3,23 +3,22 @@ module github.com/ipfs/go-ipfs-cmds
 go 1.21
 
 require (
-	github.com/ipfs/boxo v0.12.0
+	github.com/ipfs/boxo v0.19.0
 	github.com/ipfs/go-log v1.0.5
-	github.com/rs/cors v1.7.0
-	github.com/texttheater/golang-levenshtein v0.0.0-20180516184445-d188e65d659e
-	golang.org/x/term v0.4.0
+	github.com/rs/cors v1.10.1
+	github.com/texttheater/golang-levenshtein v1.0.1
+	golang.org/x/term v0.19.0
 )
 
 require (
-	github.com/crackcomm/go-gitignore v0.0.0-20170627025303-887ab5e44cc3 // indirect
+	github.com/crackcomm/go-gitignore v0.0.0-20231225121904-e25f5bc08668 // indirect
 	github.com/gogo/protobuf v1.3.2 // indirect
 	github.com/ipfs/go-log/v2 v2.5.1 // indirect
-	github.com/mattn/go-isatty v0.0.17 // indirect
+	github.com/mattn/go-isatty v0.0.20 // indirect
 	github.com/opentracing/opentracing-go v1.2.0 // indirect
-	go.uber.org/atomic v1.10.0 // indirect
-	go.uber.org/multierr v1.9.0 // indirect
-	go.uber.org/zap v1.24.0 // indirect
-	golang.org/x/sys v0.6.0 // indirect
+	go.uber.org/multierr v1.11.0 // indirect
+	go.uber.org/zap v1.26.0 // indirect
+	golang.org/x/sys v0.19.0 // indirect
 )
 
 retract v1.0.22 // old gx tag accidentally pushed as go tag

gorelease says:

# summary
Suggested version: v0.11.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.

@Stebalien Stebalien merged commit c42de9a into master Apr 15, 2024
11 checks passed
@Stebalien Stebalien deleted the steb/release-0.11.0 branch April 15, 2024 14:58
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