From 733b3c92a1e49eab2ded2b5e18199a2896517d52 Mon Sep 17 00:00:00 2001 From: Will Coster Date: Wed, 27 May 2020 22:15:08 -0700 Subject: [PATCH] Bump prometheus-metrics-ghc to 1.0.1 --- prometheus-metrics-ghc/CHANGELOG.md | 4 ++++ prometheus-metrics-ghc/prometheus-metrics-ghc.cabal | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/prometheus-metrics-ghc/CHANGELOG.md b/prometheus-metrics-ghc/CHANGELOG.md index 1f0243f..95d96a2 100644 --- a/prometheus-metrics-ghc/CHANGELOG.md +++ b/prometheus-metrics-ghc/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 1.0.1 + +- Allow GHC metrics to be labeled via `ghcMetricsWithLabels`. + ## 1.0.0 - Supports prometheus-client-1.0.0 diff --git a/prometheus-metrics-ghc/prometheus-metrics-ghc.cabal b/prometheus-metrics-ghc/prometheus-metrics-ghc.cabal index 60b936e..31a8a83 100644 --- a/prometheus-metrics-ghc/prometheus-metrics-ghc.cabal +++ b/prometheus-metrics-ghc/prometheus-metrics-ghc.cabal @@ -1,5 +1,5 @@ name: prometheus-metrics-ghc -version: 1.0.0 +version: 1.0.1 synopsis: Metrics exposing GHC runtime information for use with prometheus-client. description: