Skip to content

bump version#273

Merged
gammazero merged 1 commit into
masterfrom
bump-version
Jun 23, 2026
Merged

bump version#273
gammazero merged 1 commit into
masterfrom
bump-version

Conversation

@gammazero

Copy link
Copy Markdown
Contributor

No description provided.

@github-actions

Copy link
Copy Markdown

Suggested tag: v0.9.2

Comparing to: v0.9.1 (diff)

Changes in configuration file(s):

diff --git a/go.mod b/go.mod
index 5d3d73b..2a615a4 100644
--- a/go.mod
+++ b/go.mod
@@ -1,14 +1,14 @@
 module github.com/ipfs/go-datastore
 
-go 1.24.0
+go 1.25.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
 	github.com/stretchr/testify v1.11.1
-	go.opentelemetry.io/otel v1.40.0
-	go.opentelemetry.io/otel/trace v1.40.0
+	go.opentelemetry.io/otel v1.44.0
+	go.opentelemetry.io/otel/trace v1.44.0
 )
 
 require (
@@ -18,6 +18,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.2.1 // indirect
-	go.opentelemetry.io/otel/metric v1.40.0 // indirect
+	go.opentelemetry.io/otel/metric v1.44.0 // indirect
 	gopkg.in/yaml.v3 v3.0.1 // indirect
 )diff --git a/fuzz/go.mod b/fuzz/go.mod
index fe9519e..f8f190c 100644
--- a/fuzz/go.mod
+++ b/fuzz/go.mod
@@ -1,9 +1,9 @@
 module github.com/ipfs/go-datastore/fuzz
 
-go 1.24.0
+go 1.25.0
 
 require (
-	github.com/ipfs/go-datastore v0.9.0
+	github.com/ipfs/go-datastore v0.9.1
 	github.com/ipfs/go-ds-flatfs v0.6.0
 	github.com/spf13/pflag v1.0.10
 )
@@ -11,10 +11,10 @@ require (
 require (
 	github.com/alexbrainman/goissue34681 v0.0.0-20191006012335-3fc7a47baff5 // indirect
 	github.com/google/uuid v1.6.0 // indirect
-	github.com/ipfs/go-log/v2 v2.9.0 // indirect
-	github.com/mattn/go-isatty v0.0.20 // indirect
+	github.com/ipfs/go-log/v2 v2.9.2 // indirect
+	github.com/mattn/go-isatty v0.0.22 // indirect
 	go.uber.org/multierr v1.11.0 // indirect
-	go.uber.org/zap v1.27.0 // indirect
+	go.uber.org/zap v1.28.0 // indirect
 	golang.org/x/sys v0.35.0 // indirect
 )
 

gorelease says:

# summary
v0.9.2 is a valid semantic version for this release.

gocompat says:

HEAD is now at 2dd8c30 new version (#266)
Previous HEAD position was 2dd8c30 new version (#266)
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 3556410 into master Jun 23, 2026
14 checks passed
@gammazero gammazero deleted the bump-version branch June 23, 2026 19:22
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