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

Commit 01d4506

Browse files
authored
Version 0.13.3+2 (#279)
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.
1 parent 26d2176 commit 01d4506

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.13.3+2 - 2019-12-02
2+
3+
* Tighten the dependency on the `vm_service` package from `>=1.0.0 <3.0.0` down
4+
to `>=1.0.0 <2.1.2` in order to exclude version `2.1.2` which is broken on
5+
the current stable Dart VM due to a missing SDK constraint in its pubspec.yaml.
6+
The breakage was introduced in: https://github.com/dart-lang/sdk/commit/9e636b5ab4de850fb19bc262e0686fdf14bfbfc0.
7+
18
## 0.13.3+1 - 2019-10-10
29

310
* Loosen the dependency on the `vm_service` package from `^1.0.0` to `>=1.0.0

pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: coverage
2-
version: 0.13.3+1
2+
version: 0.13.3+2
33
author: Dart Team <[email protected]>
44
description: Coverage data manipulation and formatting
55
homepage: https://github.com/dart-lang/coverage
@@ -13,7 +13,7 @@ dependencies:
1313
package_config: '>=0.1.5 <2.0.0'
1414
path: '>=0.9.0 <2.0.0'
1515
stack_trace: ^1.3.0
16-
vm_service: '>=1.0.0 <3.0.0'
16+
vm_service: '>=1.0.0 <2.1.2'
1717

1818
dev_dependencies:
1919
test: ^1.0.0

0 commit comments

Comments
 (0)