Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Version 0.13.3+2 (#279)
Browse files Browse the repository at this point in the history
Tighten the dependency on the `vm_service` package from `>=1.0.0 <3.0.0`
down to `>=1.0.0 <2.1.2` in order to exclude version `2.1.2` which is
broken on the current stable Dart VM due to a missing SDK constraint in
its pubspec.yaml. The breakage was introduced in:
dart-lang/sdk@9e636b5.
  • Loading branch information
cbracken authored Dec 3, 2019
1 parent 26d2176 commit 01d4506
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.13.3+2 - 2019-12-02

* Tighten the dependency on the `vm_service` package from `>=1.0.0 <3.0.0` down
to `>=1.0.0 <2.1.2` in order to exclude version `2.1.2` which is broken on
the current stable Dart VM due to a missing SDK constraint in its pubspec.yaml.
The breakage was introduced in: https://github.com/dart-lang/sdk/commit/9e636b5ab4de850fb19bc262e0686fdf14bfbfc0.

## 0.13.3+1 - 2019-10-10

* Loosen the dependency on the `vm_service` package from `^1.0.0` to `>=1.0.0
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: coverage
version: 0.13.3+1
version: 0.13.3+2
author: Dart Team <misc@dartlang.org>
description: Coverage data manipulation and formatting
homepage: https://github.com/dart-lang/coverage
Expand All @@ -13,7 +13,7 @@ dependencies:
package_config: '>=0.1.5 <2.0.0'
path: '>=0.9.0 <2.0.0'
stack_trace: ^1.3.0
vm_service: '>=1.0.0 <3.0.0'
vm_service: '>=1.0.0 <2.1.2'

dev_dependencies:
test: ^1.0.0
Expand Down

0 comments on commit 01d4506

Please sign in to comment.