Skip to content

Commit 37745e5

Browse files
committed
Bump version to 0.1.1
1 parent 23bf1ae commit 37745e5

File tree

6 files changed

+9
-3
lines changed

6 files changed

+9
-3
lines changed

prometheus-client/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@
22

33
## HEAD
44

5+
## 0.1.1
6+
57
- Counters are now represented as floating point numbers instead of integers.
68
- New counter methods `addDurationToCounter` and `addCounter`.

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: 0.1.0.1
2+
version: 0.1.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

+2
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@
22

33
## HEAD
44

5+
## 0.1.1
6+
57
- Metrics that are always incrementing are now counters instead of gauges.
68
- Metric names have changed to be more inline with prometheus guidelines.

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: 0.1.0.1
2+
version: 0.1.1
33
synopsis:
44
Metrics exposing GHC runtime information for use with prometheus-client.
55
description:

wai-middleware-prometheus/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22

33
## HEAD
44

5+
## 0.1.1
6+

wai-middleware-prometheus/wai-middleware-prometheus.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: wai-middleware-prometheus
2-
version: 0.1.0.1
2+
version: 0.1.1
33
synopsis:
44
WAI middlware for exposing http://prometheus.io metrics.
55
description:

0 commit comments

Comments
 (0)