Skip to content

Commit

Permalink
Prepare stable release
Browse files Browse the repository at this point in the history
  • Loading branch information
Fox32 committed Feb 18, 2022
1 parent 5d3287d commit 6166716
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions prometheus_client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.0

- Stable release of prometheus_client 🎉, contains no changes since `0.6.0`.

## 0.6.0

- Introduce a `collectCallback` into every metric type, which allows to update the metric before the sample values are
Expand Down
2 changes: 1 addition & 1 deletion prometheus_client/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: prometheus_client
description: Dart implementation of the Prometheus client library providing metrics.
version: 0.6.0
version: 1.0.0
homepage: https://github.com/tentaclelabs/prometheus_client

environment:
Expand Down
4 changes: 4 additions & 0 deletions prometheus_client_shelf/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.0

- Stable release of prometheus_client_shelf 🎉, contains no changes since `0.6.0`.

## 0.6.0

- Introduce a `collectCallback` into every metric type, which allows to update the metric before the sample values are
Expand Down
4 changes: 2 additions & 2 deletions prometheus_client_shelf/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: prometheus_client_shelf
description: Dart implementation of the Prometheus client library providing a shelf integration.
version: 0.6.0
version: 1.0.0
homepage: https://github.com/tentaclelabs/prometheus_client

environment:
sdk: '>=2.12.0 <3.0.0'

dependencies:
prometheus_client: ^0.6.0
prometheus_client: '>=0.6.0 <2.0.0'
shelf: ^1.0.0
collection: ^1.15.0

Expand Down

0 comments on commit 6166716

Please sign in to comment.