Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
Bumps prometheus-client to 1.0.1 and prometheus-metrics-ghc 1.0.1.1.
  • Loading branch information
fimad committed Jul 27, 2020
1 parent df29224 commit 4e2c2f1
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
4 changes: 3 additions & 1 deletion prometheus-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Change Log

## Unreleased
## HEAD

## 1.0.1 -- 2020-07-26

Expose the `Bucket` type

Expand Down
2 changes: 1 addition & 1 deletion prometheus-client/prometheus-client.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: prometheus-client
version: 1.0.0.1
version: 1.0.1
synopsis: Haskell client library for http://prometheus.io.
description: Haskell client library for http://prometheus.io.
homepage: https://github.com/fimad/prometheus-haskell
Expand Down
6 changes: 6 additions & 0 deletions prometheus-metrics-ghc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## HEAD

## 1.0.1.1

- Optimizations to measure GHC metrics with less polling.

## 1.0.1

- Allow GHC metrics to be labeled via `ghcMetricsWithLabels`.
Expand Down
2 changes: 1 addition & 1 deletion prometheus-metrics-ghc/prometheus-metrics-ghc.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: prometheus-metrics-ghc
version: 1.0.1
version: 1.0.1.1
synopsis:
Metrics exposing GHC runtime information for use with prometheus-client.
description:
Expand Down

0 comments on commit 4e2c2f1

Please sign in to comment.