ipfs / go-ipfs-cmds

IPFS commands package
MIT License
50 stars 42 forks source link

chore: release v0.13.0 #261

Closed lidel closed 3 months ago

lidel commented 3 months ago

Includes:

github-actions[bot] commented 3 months ago

Suggested version: 0.13.0

Comparing to: v0.12.0 (diff)

Changes in configuration file(s):

diff --git a/go.mod b/go.mod
index 4acc968..873381a 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
 module github.com/ipfs/go-ipfs-cmds

-go 1.21
+go 1.22

 require (
    github.com/ipfs/boxo v0.22.0
@@ -24,3 +24,5 @@ require (
 retract v1.0.22 // old gx tag accidentally pushed as go tag

 retract v2.0.1+incompatible // old gx tag
+
+retract v2.0.2+incompatible // we need to use a newer version than v2.0.1 to retract v2.0.1+incompatible, but we can retract ourself directly once done

gorelease says:

# summary
Suggested version: v0.13.0

gocompat says:

HEAD is now at 7bff20e chore: release v0.12.0 (#259)
Previous HEAD position was 7bff20e chore: release v0.12.0 (#259)
Switched to branch 'master'
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.