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

Release v0.6.0 #194

Merged
merged 1 commit into from
Aug 17, 2022
Merged

Release v0.6.0 #194

merged 1 commit into from
Aug 17, 2022

Conversation

guseggert
Copy link
Contributor

No description provided.

@github-actions
Copy link

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

Changes in go.mod file(s):

diff --git a/go.mod b/go.mod
index 89cf50d..e87c063 100644
--- a/go.mod
+++ b/go.mod
@@ -5,10 +5,15 @@ require (
 	github.com/ipfs/go-detect-race v0.0.1
 	github.com/ipfs/go-ipfs-delay v0.0.0-20181109222059-70721b86a9a8
 	github.com/jbenet/goprocess v0.1.4
-	github.com/kr/pretty v0.2.0 // indirect
 	go.uber.org/multierr v1.5.0
 	golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7
 	gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15
 )
 
-go 1.16
+require (
+	github.com/kr/pretty v0.2.0 // indirect
+	github.com/kr/text v0.1.0 // indirect
+	go.uber.org/atomic v1.6.0 // indirect
+)
+
+go 1.17diff --git a/fuzz/go.mod b/fuzz/go.mod
index c0eb084..8f247e8 100644
--- a/fuzz/go.mod
+++ b/fuzz/go.mod
@@ -1,9 +1,22 @@
 module github.com/ipfs/go-datastore/fuzz
 
-go 1.16
+go 1.17
 
 require (
 	github.com/ipfs/go-datastore v0.4.4
 	github.com/ipfs/go-ds-flatfs v0.4.4
 	github.com/spf13/pflag v1.0.3
 )
+
+require (
+	github.com/alexbrainman/goissue34681 v0.0.0-20191006012335-3fc7a47baff5 // indirect
+	github.com/gogo/protobuf v1.2.1 // indirect
+	github.com/google/uuid v1.1.1 // indirect
+	github.com/ipfs/go-log v1.0.3 // indirect
+	github.com/ipfs/go-log/v2 v2.0.3 // indirect
+	github.com/jbenet/goprocess v0.1.4 // indirect
+	github.com/opentracing/opentracing-go v1.1.0 // indirect
+	go.uber.org/atomic v1.4.0 // indirect
+	go.uber.org/multierr v1.1.0 // indirect
+	go.uber.org/zap v1.10.0 // indirect
+)

gorelease says:

# github.com/ipfs/go-datastore
## compatible changes
(*NullDatastore).Check: added
(*NullDatastore).CollectGarbage: added
(*NullDatastore).DiskUsage: added
(*NullDatastore).NewTransaction: added
(*NullDatastore).Scrub: added
BatchingFeature: added
CheckedFeature: added
Feature: added
FeatureByName: added
FeatureNameBatching: added
FeatureNameChecked: added
FeatureNameGC: added
FeatureNamePersistent: added
FeatureNameScrubbed: added
FeatureNameTTL: added
FeatureNameTransaction: added
Features: added
FeaturesForDatastore: added
GCFeature: added
PersistentFeature: added
ScrubbedFeature: added
TxnFeature: added

# github.com/ipfs/go-datastore/scoped
## compatible changes
package added

# summary
Suggested version: v0.6.0

gocompat says:

(empty)

@guseggert guseggert requested a review from Jorropo August 17, 2022 21:43
@guseggert guseggert marked this pull request as ready for review August 17, 2022 21:43
Copy link

@Jorropo Jorropo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@guseggert guseggert merged commit 1de4708 into master Aug 17, 2022
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