Skip to content

Commit 4e2c2f1

Browse files
committed
Version bump
Bumps prometheus-client to 1.0.1 and prometheus-metrics-ghc 1.0.1.1.
1 parent df29224 commit 4e2c2f1

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

prometheus-client/CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Change Log
22

3-
## Unreleased
3+
## HEAD
4+
5+
## 1.0.1 -- 2020-07-26
46

57
Expose the `Bucket` type
68

prometheus-client/prometheus-client.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: prometheus-client
2-
version: 1.0.0.1
2+
version: 1.0.1
33
synopsis: Haskell client library for http://prometheus.io.
44
description: Haskell client library for http://prometheus.io.
55
homepage: https://github.com/fimad/prometheus-haskell

prometheus-metrics-ghc/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## HEAD
4+
5+
## 1.0.1.1
6+
7+
- Optimizations to measure GHC metrics with less polling.
8+
39
## 1.0.1
410

511
- Allow GHC metrics to be labeled via `ghcMetricsWithLabels`.

prometheus-metrics-ghc/prometheus-metrics-ghc.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: prometheus-metrics-ghc
2-
version: 1.0.1
2+
version: 1.0.1.1
33
synopsis:
44
Metrics exposing GHC runtime information for use with prometheus-client.
55
description:

0 commit comments

Comments
 (0)