Skip to content

Commit

Permalink
Bump version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fimad committed Apr 30, 2017
1 parent 23bf1ae commit 37745e5
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,5 +2,7 @@

## HEAD

## 0.1.1

- Counters are now represented as floating point numbers instead of integers.
- New counter methods `addDurationToCounter` and `addCounter`.
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.0.1
version: 0.1.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
2 changes: 2 additions & 0 deletions prometheus-metrics-ghc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@

## HEAD

## 0.1.1

- Metrics that are always incrementing are now counters instead of gauges.
- Metric names have changed to be more inline with prometheus guidelines.
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.0.1
version: 0.1.1
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,3 +2,5 @@

## HEAD

## 0.1.1

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.0.1
version: 0.1.1
synopsis:
WAI middlware for exposing http://prometheus.io metrics.
description:
Expand Down

0 comments on commit 37745e5

Please sign in to comment.