Skip to content

Commit

Permalink
Align version constraint to prometheus_client
Browse files Browse the repository at this point in the history
  • Loading branch information
Fox32 committed Nov 30, 2019
1 parent 66846cb commit 3c2ada0
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
5 changes: 5 additions & 0 deletions prometheus_client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.4.0+1

- Align version constraint to `prometheus_client_shelf`.


## 0.4.0

- Move shelf support into own package [`prometheus_client_shelf`](https://pub.dev/packages/prometheus_client).
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.4.0
version: 0.4.0+1
homepage: https://github.com/Fox32/prometheus_client
author: Oliver Sand <[email protected]>

Expand Down
5 changes: 5 additions & 0 deletions prometheus_client_shelf/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.4.0+1

- Align version constraint to `prometheus_client_shelf`.


## 0.4.0

- Move shelf support into own package [`prometheus_client_shelf`](https://pub.dev/packages/prometheus_client).
4 changes: 2 additions & 2 deletions prometheus_client_shelf/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: prometheus_client_shelf
description: Dart implementation of the Prometheus client library providing a shelf integration.
version: 0.4.0
version: 0.4.0+1
homepage: https://github.com/Fox32/prometheus_client
author: Oliver Sand <[email protected]>

environment:
sdk: '>=2.5.0 <3.0.0'

dependencies:
prometheus_client: ^0.3.0
prometheus_client: ^0.4.0+1
shelf: ^0.7.5
collection: ^1.14.11

Expand Down

0 comments on commit 3c2ada0

Please sign in to comment.