File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.0.0
2
+
3
+ - Stable release of prometheus_client 🎉, contains no changes since ` 0.6.0 ` .
4
+
1
5
## 0.6.0
2
6
3
7
- Introduce a ` collectCallback ` into every metric type, which allows to update the metric before the sample values are
Original file line number Diff line number Diff line change 1
1
name : prometheus_client
2
2
description : Dart implementation of the Prometheus client library providing metrics.
3
- version : 0.6 .0
3
+ version : 1.0 .0
4
4
homepage : https://github.com/tentaclelabs/prometheus_client
5
5
6
6
environment :
Original file line number Diff line number Diff line change
1
+ ## 1.0.0
2
+
3
+ - Stable release of prometheus_client_shelf 🎉, contains no changes since ` 0.6.0 ` .
4
+
1
5
## 0.6.0
2
6
3
7
- Introduce a ` collectCallback ` into every metric type, which allows to update the metric before the sample values are
Original file line number Diff line number Diff line change 1
1
name : prometheus_client_shelf
2
2
description : Dart implementation of the Prometheus client library providing a shelf integration.
3
- version : 0.6 .0
3
+ version : 1.0 .0
4
4
homepage : https://github.com/tentaclelabs/prometheus_client
5
5
6
6
environment :
7
7
sdk : ' >=2.12.0 <3.0.0'
8
8
9
9
dependencies :
10
- prometheus_client : ^ 0.6.0
10
+ prometheus_client : ' >= 0.6.0 <2.0.0 '
11
11
shelf : ^1.0.0
12
12
collection : ^1.15.0
13
13
You can’t perform that action at this time.
0 commit comments