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

new version #229

Merged
merged 1 commit into from
Mar 1, 2025
Merged

new version #229

merged 1 commit into from
Mar 1, 2025

Conversation

gammazero
Copy link
Contributor

No description provided.

Copy link

github-actions bot commented Mar 1, 2025

Suggested version: 0.8.1

Comparing to: v0.8.0 (diff)

Changes in configuration file(s):

diff --git a/go.mod b/go.mod
index aba0ffa..4d376f0 100644
--- a/go.mod
+++ b/go.mod
@@ -1,20 +1,23 @@
 module github.com/ipfs/go-datastore
 
+go 1.23
+
 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.16.0
-	go.opentelemetry.io/otel/trace v1.16.0
+	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-20190902080502-41f04d3bba15
+	gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
 )
 
 require (
-	github.com/go-logr/logr v1.2.4 // indirect
+	github.com/go-logr/logr v1.4.2 // indirect
 	github.com/go-logr/stdr v1.2.2 // indirect
-	github.com/kr/pretty v0.2.0 // indirect
-	github.com/kr/text v0.1.0 // indirect
-	go.opentelemetry.io/otel/metric v1.16.0 // 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
+	go.opentelemetry.io/auto/sdk v1.1.0 // indirect
+	go.opentelemetry.io/otel/metric v1.34.0 // indirect
 )
-
-go 1.23diff --git a/fuzz/go.mod b/fuzz/go.mod
index 331563d..96ecf3f 100644
--- a/fuzz/go.mod
+++ b/fuzz/go.mod
@@ -3,20 +3,16 @@ module github.com/ipfs/go-datastore/fuzz
 go 1.23
 
 require (
-	github.com/ipfs/go-datastore v0.6.1-0.20250219160736-8c287c499933
-	github.com/ipfs/go-ds-flatfs v0.5.1
-	github.com/spf13/pflag v1.0.3
+	github.com/ipfs/go-datastore v0.8.0
+	github.com/ipfs/go-ds-flatfs v0.5.3
+	github.com/spf13/pflag v1.0.6
 )
 
 require (
 	github.com/alexbrainman/goissue34681 v0.0.0-20191006012335-3fc7a47baff5 // indirect
-	github.com/gogo/protobuf v1.3.2 // indirect
 	github.com/google/uuid v1.6.0 // indirect
-	github.com/ipfs/go-log v1.0.5 // indirect
 	github.com/ipfs/go-log/v2 v2.5.1 // indirect
-	github.com/jbenet/goprocess v0.1.4 // indirect
 	github.com/mattn/go-isatty v0.0.17 // indirect
-	github.com/opentracing/opentracing-go v1.2.0 // indirect
 	go.uber.org/atomic v1.10.0 // indirect
 	go.uber.org/multierr v1.11.0 // indirect
 	go.uber.org/zap v1.24.0 // indirect

gorelease says:

# summary
Suggested version: v0.9.0

gocompat says:

HEAD is now at 74f7110 No goprocess (#223)
Previous HEAD position was 74f7110 No goprocess (#223)
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 b5f5dc9 into master Mar 1, 2025
12 checks passed
@gammazero gammazero deleted the bump-version branch March 1, 2025 02:21
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