Skip to content

Conversation

gammazero
Copy link
Contributor

No description provided.

Copy link

Suggested version: 0.8.3

Comparing to: v0.8.2 (diff)

Changes in configuration file(s):

diff --git a/go.mod b/go.mod
index 4d376f0..a47b69f 100644
--- a/go.mod
+++ b/go.mod
@@ -1,23 +1,22 @@
 module github.com/ipfs/go-datastore
 
-go 1.23
+go 1.23.0
 
 require (
 	github.com/google/uuid v1.6.0
 	github.com/ipfs/go-detect-race v0.0.1
 	github.com/ipfs/go-ipfs-delay v0.0.1
-	go.opentelemetry.io/otel v1.34.0
-	go.opentelemetry.io/otel/trace v1.34.0
-	go.uber.org/multierr v1.11.0
-	gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
+	github.com/stretchr/testify v1.10.0
+	go.opentelemetry.io/otel v1.37.0
+	go.opentelemetry.io/otel/trace v1.37.0
 )
 
 require (
-	github.com/go-logr/logr v1.4.2 // indirect
+	github.com/davecgh/go-spew v1.1.1 // indirect
+	github.com/go-logr/logr v1.4.3 // indirect
 	github.com/go-logr/stdr v1.2.2 // indirect
-	github.com/kr/pretty v0.3.1 // indirect
-	github.com/kr/text v0.2.0 // indirect
-	github.com/rogpeppe/go-internal v1.13.1 // indirect
+	github.com/pmezard/go-difflib v1.0.0 // indirect
 	go.opentelemetry.io/auto/sdk v1.1.0 // indirect
-	go.opentelemetry.io/otel/metric v1.34.0 // indirect
+	go.opentelemetry.io/otel/metric v1.37.0 // indirect
+	gopkg.in/yaml.v3 v3.0.1 // indirect
 )diff --git a/fuzz/go.mod b/fuzz/go.mod
index 96ecf3f..454329b 100644
--- a/fuzz/go.mod
+++ b/fuzz/go.mod
@@ -1,9 +1,9 @@
 module github.com/ipfs/go-datastore/fuzz
 
-go 1.23
+go 1.23.0
 
 require (
-	github.com/ipfs/go-datastore v0.8.0
+	github.com/ipfs/go-datastore v0.8.2
 	github.com/ipfs/go-ds-flatfs v0.5.3
 	github.com/spf13/pflag v1.0.6
 )
@@ -18,3 +18,5 @@ require (
 	go.uber.org/zap v1.24.0 // indirect
 	golang.org/x/sys v0.4.0 // indirect
 )
+
+replace github.com/ipfs/go-datastore => ../

gorelease says:

# github.com/ipfs/go-datastore
## compatible changes
Key.Compare: added

# github.com/ipfs/go-datastore/query
## compatible changes
Compare: added

# summary
Suggested version: v0.9.0

gocompat says:

HEAD is now at d16c269 bump version (#231)
Previous HEAD position was d16c269 bump version (#231)
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.

@gammazero gammazero merged commit fe275e4 into master Aug 14, 2025
14 checks passed
@gammazero gammazero deleted the new-version branch September 16, 2025 04:55
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