Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

chore: release 0.7.0 #36

Merged
merged 1 commit into from
Jan 25, 2023
Merged

chore: release 0.7.0 #36

merged 1 commit into from
Jan 25, 2023

Conversation

lidel
Copy link
Member

@lidel lidel commented Jan 24, 2023

Releasing changes that need to be bubbled up to fix --ttl in ipfs/kubo#9471

@lidel lidel requested a review from hacdias January 24, 2023 23:38
@github-actions
Copy link

Suggested version: v0.7.0
Comparing to: v0.6.0 (diff)

Changes in go.mod file(s):

diff --git a/go.mod b/go.mod
index b479a82..3860112 100644
--- a/go.mod
+++ b/go.mod
@@ -8,17 +8,17 @@ require (
 	github.com/ipfs/go-ipfs-ds-help v1.1.0
 	github.com/ipfs/go-ipfs-keystore v0.1.0
 	github.com/ipfs/go-ipfs-routing v0.3.0
-	github.com/ipfs/go-ipns v0.2.0
+	github.com/ipfs/go-ipns v0.3.0
 	github.com/ipfs/go-log v1.0.5
 	github.com/ipfs/go-path v0.1.1
-	github.com/ipfs/interface-go-ipfs-core v0.8.0
+	github.com/ipfs/interface-go-ipfs-core v0.9.0
 	github.com/jbenet/goprocess v0.1.4
 	github.com/libp2p/go-libp2p v0.23.4
 	github.com/libp2p/go-libp2p-kad-dht v0.19.0
 	github.com/libp2p/go-libp2p-record v0.2.0
 	github.com/libp2p/go-libp2p-testing v0.12.0
 	github.com/miekg/dns v1.1.50
-	github.com/multiformats/go-multiaddr v0.7.0
+	github.com/multiformats/go-multiaddr v0.8.0
 	github.com/multiformats/go-multiaddr-dns v0.3.1
 	github.com/multiformats/go-multihash v0.2.1
 	github.com/whyrusleeping/base32 v0.0.0-20170828182744-c30ac30633cc
@@ -103,6 +103,7 @@ require (
 	github.com/raulk/go-watchdog v1.3.0 // indirect
 	github.com/spacemonkeygo/spacelog v0.0.0-20180420211403-2296661a0572 // indirect
 	github.com/spaolacci/murmur3 v1.1.0 // indirect
+	github.com/stretchr/testify v1.8.1 // indirect
 	github.com/whyrusleeping/go-keyspace v0.0.0-20160322163242-5b898ac5add1 // indirect
 	go.opencensus.io v0.23.0 // indirect
 	go.uber.org/atomic v1.10.0 // indirect

gorelease says:

# github.com/ipfs/go-namesys
## incompatible changes
(*IpnsPublisher).Publish: changed from func(context.Context, github.com/libp2p/go-libp2p/core/crypto.PrivKey, github.com/ipfs/go-path.Path) error to func(context.Context, github.com/libp2p/go-libp2p/core/crypto.PrivKey, github.com/ipfs/go-path.Path, ...git.luolix.top/ipfs/interface-go-ipfs-core/options/namesys.PublishOption) error
(*IpnsPublisher).PublishWithEOL: removed
(*mpns).Publish: changed from func(context.Context, github.com/libp2p/go-libp2p/core/crypto.PrivKey, github.com/ipfs/go-path.Path) error to func(context.Context, github.com/libp2p/go-libp2p/core/crypto.PrivKey, github.com/ipfs/go-path.Path, ...git.luolix.top/ipfs/interface-go-ipfs-core/options/namesys.PublishOption) error
(*mpns).PublishWithEOL: removed
ContextWithTTL: removed
DefaultRecordEOL: removed
Publisher.Publish: changed from func(context.Context, github.com/libp2p/go-libp2p/core/crypto.PrivKey, github.com/ipfs/go-path.Path) error to func(context.Context, github.com/libp2p/go-libp2p/core/crypto.PrivKey, github.com/ipfs/go-path.Path, ...git.luolix.top/ipfs/interface-go-ipfs-core/options/namesys.PublishOption) error
Publisher.PublishWithEOL, method set of NameSystem: removed
Publisher.PublishWithEOL: removed

# diagnostics
required module github.com/microcosm-cc/bluemonday@v1.0.1 retracted by module author: Retract older versions as only latest is to be depended upon

# summary
Suggested version: v0.7.0

gocompat says:

(empty)

@lidel lidel merged commit 9f5f653 into master Jan 25, 2023
@lidel lidel deleted the release/0.7.0 branch January 25, 2023 00:10
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