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 #41

Merged
merged 1 commit into from
Mar 1, 2025
Merged

new version #41

merged 1 commit into from
Mar 1, 2025

Conversation

gammazero
Copy link
Contributor

No description provided.

@gammazero gammazero marked this pull request as ready for review March 1, 2025 04:26
Copy link

github-actions bot commented Mar 1, 2025

Suggested version: 0.3.1

Comparing to: v0.3.0 (diff)

Changes in configuration file(s):

diff --git a/go.mod b/go.mod
index 069777d..10af0c6 100644
--- a/go.mod
+++ b/go.mod
@@ -1,10 +1,14 @@
 module github.com/ipfs/go-ds-sql
 
-go 1.16
+go 1.23
 
 require (
-	github.com/ipfs/go-datastore v0.5.1
-	github.com/lib/pq v1.3.0
-	github.com/mattn/go-sqlite3 v1.14.9
-	github.com/pkg/errors v0.9.1
+	github.com/ipfs/go-datastore v0.8.1
+	github.com/lib/pq v1.10.9
+	github.com/mattn/go-sqlite3 v1.14.24
+)
+
+require (
+	github.com/google/uuid v1.6.0 // indirect
+	github.com/ipfs/go-detect-race v0.0.1 // indirect
 )

gorelease says:

# summary
Suggested version: v0.4.0

gocompat says:

HEAD is now at b21e52d chore: release v0.3.0 (#29)
Previous HEAD position was b21e52d chore: release v0.3.0 (#29)
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 0dca59c into master Mar 1, 2025
9 of 11 checks passed
@gammazero gammazero deleted the new-version branch March 4, 2025 17:04
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