Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Release v0.4.0 #283

Merged
merged 1 commit into from
Mar 7, 2023
Merged

Release v0.4.0 #283

merged 1 commit into from
Mar 7, 2023

Conversation

hacdias
Copy link
Member

@hacdias hacdias commented Feb 21, 2023

No description provided.

@github-actions
Copy link

github-actions bot commented Mar 7, 2023

Suggested version: v0.4.0

Comparing to: v0.3.0 (diff)

Changes in go.mod file(s):

diff --git a/go.mod b/go.mod
index 9c5e5a3..33b5ce4 100644
--- a/go.mod
+++ b/go.mod
@@ -1,4 +1,4 @@
-go 1.16
+go 1.19
 
 module github.com/ipfs/go-ipfs-api
 
@@ -6,9 +6,34 @@ require (
 	github.com/cheekybits/is v0.0.0-20150225183255-68e9c0620927
 	github.com/ipfs/go-ipfs-files v0.0.9
 	github.com/ipfs/go-ipfs-util v0.0.2
-	github.com/libp2p/go-libp2p-core v0.6.1
+	github.com/libp2p/go-libp2p v0.24.2
 	github.com/mitchellh/go-homedir v1.1.0
-	github.com/multiformats/go-multiaddr v0.3.0
-	github.com/multiformats/go-multibase v0.0.3
+	github.com/multiformats/go-multiaddr v0.8.0
+	github.com/multiformats/go-multibase v0.1.1
 	github.com/whyrusleeping/tar-utils v0.0.0-20180509141711-8c6c8ba81d5c
 )
+
+require (
+	github.com/benbjohnson/clock v1.3.0 // indirect
+	github.com/crackcomm/go-gitignore v0.0.0-20170627025303-887ab5e44cc3 // indirect
+	github.com/decred/dcrd/dcrec/secp256k1/v4 v4.1.0 // indirect
+	github.com/gogo/protobuf v1.3.2 // indirect
+	github.com/ipfs/go-cid v0.3.2 // indirect
+	github.com/klauspost/cpuid/v2 v2.2.1 // indirect
+	github.com/libp2p/go-buffer-pool v0.1.0 // indirect
+	github.com/libp2p/go-flow-metrics v0.1.0 // indirect
+	github.com/libp2p/go-openssl v0.1.0 // indirect
+	github.com/mattn/go-pointer v0.0.1 // indirect
+	github.com/minio/sha256-simd v1.0.0 // indirect
+	github.com/mr-tron/base58 v1.2.0 // indirect
+	github.com/multiformats/go-base32 v0.1.0 // indirect
+	github.com/multiformats/go-base36 v0.2.0 // indirect
+	github.com/multiformats/go-multicodec v0.7.0 // indirect
+	github.com/multiformats/go-multihash v0.2.1 // indirect
+	github.com/multiformats/go-varint v0.0.7 // indirect
+	github.com/spacemonkeygo/spacelog v0.0.0-20180420211403-2296661a0572 // indirect
+	github.com/spaolacci/murmur3 v1.1.0 // indirect
+	golang.org/x/crypto v0.3.0 // indirect
+	golang.org/x/sys v0.3.0 // indirect
+	lukechampine.com/blake3 v1.1.7 // indirect
+)

gorelease says:

# github.com/ipfs/go-ipfs-api
## incompatible changes
(*Shell).AddDir: changed from func(string) (string, error) to func(string, ...func(*RequestBuilder) error) (string, error)
(*Shell).GetLogs: removed
Logger: removed
## compatible changes
(*Shell).KeyImport: added
(*Shell).SwarmPeeringAdd: added
(*Shell).SwarmPeeringLs: added
KeyImportGen: added
KeyImportOpt: added
PeerStatus: added
PeeringLsOutput: added

# summary
Suggested version: v0.4.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 merged commit 82a4237 into master Mar 7, 2023
@hacdias hacdias deleted the hacdias-patch-1 branch March 7, 2023 11:11
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant