Skip to content

Conversation

gammazero
Copy link
Contributor

No description provided.

Copy link

Suggested version: 0.8.4

Comparing to: v0.8.3 (diff)

Changes in configuration file(s):

diff --git a/go.mod b/go.mod
index a47b69f..22c9939 100644
--- a/go.mod
+++ b/go.mod
@@ -1,14 +1,14 @@
 module github.com/ipfs/go-datastore
 
-go 1.23.0
+go 1.24
 
 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
-	github.com/stretchr/testify v1.10.0
-	go.opentelemetry.io/otel v1.37.0
-	go.opentelemetry.io/otel/trace v1.37.0
+	github.com/stretchr/testify v1.11.1
+	go.opentelemetry.io/otel v1.38.0
+	go.opentelemetry.io/otel/trace v1.38.0
 )
 
 require (
@@ -17,6 +17,6 @@ require (
 	github.com/go-logr/stdr v1.2.2 // 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.37.0 // indirect
+	go.opentelemetry.io/otel/metric v1.38.0 // indirect
 	gopkg.in/yaml.v3 v3.0.1 // indirect
 )diff --git a/fuzz/go.mod b/fuzz/go.mod
index 454329b..a2f4784 100644
--- a/fuzz/go.mod
+++ b/fuzz/go.mod
@@ -1,6 +1,6 @@
 module github.com/ipfs/go-datastore/fuzz
 
-go 1.23.0
+go 1.24
 
 require (
 	github.com/ipfs/go-datastore v0.8.2

gorelease says:

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

# summary
Suggested version: v0.9.0

gocompat says:

HEAD is now at fe275e4 new version (#245)
Previous HEAD position was fe275e4 new version (#245)
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 c4698f6 into master Sep 16, 2025
14 checks passed
@gammazero gammazero deleted the new-version branch September 16, 2025 05:10
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