Skip to content

Commit 6166716

Browse files
committed
Prepare stable release
1 parent 5d3287d commit 6166716

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

prometheus_client/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.0
2+
3+
- Stable release of prometheus_client 🎉, contains no changes since `0.6.0`.
4+
15
## 0.6.0
26

37
- Introduce a `collectCallback` into every metric type, which allows to update the metric before the sample values are

prometheus_client/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: prometheus_client
22
description: Dart implementation of the Prometheus client library providing metrics.
3-
version: 0.6.0
3+
version: 1.0.0
44
homepage: https://github.com/tentaclelabs/prometheus_client
55

66
environment:

prometheus_client_shelf/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.0
2+
3+
- Stable release of prometheus_client_shelf 🎉, contains no changes since `0.6.0`.
4+
15
## 0.6.0
26

37
- Introduce a `collectCallback` into every metric type, which allows to update the metric before the sample values are

prometheus_client_shelf/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: prometheus_client_shelf
22
description: Dart implementation of the Prometheus client library providing a shelf integration.
3-
version: 0.6.0
3+
version: 1.0.0
44
homepage: https://github.com/tentaclelabs/prometheus_client
55

66
environment:
77
sdk: '>=2.12.0 <3.0.0'
88

99
dependencies:
10-
prometheus_client: ^0.6.0
10+
prometheus_client: '>=0.6.0 <2.0.0'
1111
shelf: ^1.0.0
1212
collection: ^1.15.0
1313

0 commit comments

Comments
 (0)