Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fimad committed Jul 2, 2017
1 parent feee46b commit 9e09c3f
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 3 deletions.
2 changes: 2 additions & 0 deletions prometheus-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## HEAD

## 0.2.0

- Add the histogram metric type (#15).
- A monitoric clock is used for duratoin measurments instead of UTCTime (#9,
#16).
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: 0.1.1
version: 0.2.0
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
2 changes: 2 additions & 0 deletions prometheus-metrics-ghc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## HEAD

## 0.2.0

## 0.1.1

- Metrics that are always incrementing are now counters instead of gauges.
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: 0.1.1
version: 0.2.0
synopsis:
Metrics exposing GHC runtime information for use with prometheus-client.
description:
Expand Down
2 changes: 2 additions & 0 deletions wai-middleware-prometheus/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## HEAD

## 0.2.0

- Time measurments are now exported as seconds instead of microseconds (#17).
- Histograms are used instead of summaries for time measurments. This allows for
aggregration across multiple processes (#18).
Expand Down
2 changes: 1 addition & 1 deletion wai-middleware-prometheus/wai-middleware-prometheus.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: wai-middleware-prometheus
version: 0.1.1
version: 0.2.0
synopsis:
WAI middlware for exposing http://prometheus.io metrics.
description:
Expand Down

0 comments on commit 9e09c3f

Please sign in to comment.