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: version 0.10.0 #245

Merged
merged 1 commit into from
Aug 22, 2023
Merged

chore: version 0.10.0 #245

merged 1 commit into from
Aug 22, 2023

Conversation

hacdias
Copy link
Member

@hacdias hacdias commented Aug 22, 2023

This is basically a part of Kubo. The default has changed in this version to send stuff encoded. The caller is the responsible for choosing if it's encoded or not. Therefore, breaking change.

To unblock ipfs/kubo#10065.

@hacdias hacdias requested a review from Jorropo August 22, 2023 11:34
@github-actions
Copy link

Suggested version: v0.10.0

Comparing to: v0.9.0 (diff)

Changes in go.mod file(s):

diff --git a/go.mod b/go.mod
index 4f58ebc..4e8a657 100644
--- a/go.mod
+++ b/go.mod
@@ -1,10 +1,9 @@
 module github.com/ipfs/go-ipfs-cmds
 
-go 1.18
+go 1.20
 
 require (
-	github.com/Kubuxu/go-os-helper v0.0.1
-	github.com/ipfs/boxo v0.8.0-rc1
+	github.com/ipfs/boxo v0.12.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

gorelease says:

# github.com/ipfs/go-ipfs-cmds/http
## compatible changes
ClientWithRawAbsPath: added

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

@hacdias hacdias removed the request for review from Jorropo August 22, 2023 11:36
@hacdias hacdias merged commit f806f0c into master Aug 22, 2023
11 checks passed
@hacdias hacdias deleted the hacdias-patch-1 branch August 22, 2023 11:39
@hacdias hacdias mentioned this pull request Aug 22, 2023
10 tasks
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