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

chore: release v0.0.3 #24

Merged
merged 1 commit into from
Oct 11, 2024
Merged

chore: release v0.0.3 #24

merged 1 commit into from
Oct 11, 2024

Conversation

Stebalien
Copy link
Member

No description provided.

Copy link

Suggested version: 0.0.3

Comparing to: v0.0.2 (diff)

Changes in configuration file(s):

diff --git a/go.mod b/go.mod
index 8c3b17c..a472eca 100644
--- a/go.mod
+++ b/go.mod
@@ -1,7 +1,24 @@
 module github.com/ipfs/go-metrics-prometheus
 
+go 1.22
+
 require (
-	github.com/ipfs/go-log v0.0.1
+	github.com/ipfs/go-log/v2 v2.5.1
 	github.com/ipfs/go-metrics-interface v0.0.1
-	github.com/prometheus/client_golang v0.9.2
+	github.com/prometheus/client_golang v1.20.4
+)
+
+require (
+	github.com/beorn7/perks v1.0.1 // indirect
+	github.com/cespare/xxhash/v2 v2.3.0 // indirect
+	github.com/mattn/go-isatty v0.0.14 // indirect
+	github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
+	github.com/prometheus/client_model v0.6.1 // indirect
+	github.com/prometheus/common v0.55.0 // indirect
+	github.com/prometheus/procfs v0.15.1 // indirect
+	go.uber.org/atomic v1.7.0 // indirect
+	go.uber.org/multierr v1.6.0 // indirect
+	go.uber.org/zap v1.19.1 // indirect
+	golang.org/x/sys v0.22.0 // indirect
+	google.golang.org/protobuf v1.34.2 // indirect
 )

gorelease says:

# summary
Suggested version: v0.1.0

gocompat says:

HEAD is now at 8f6977c gx publish 0.3.13
Previous HEAD position was 8f6977c gx publish 0.3.13
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.

@Stebalien Stebalien merged commit 903b4df into master Oct 11, 2024
11 checks passed
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