File tree 2 files changed +9
-2
lines changed 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.13.3+3 - 2019-12-03
2
+
3
+ * Re-loosen the dependency on the ` vm_service ` package from ` >=1.0.0 < 2.1.2 `
4
+ to ` >=1.0.0 <3.0.0 ` now that breakage introduced in version ` 2.1.2 ` has been
5
+ resolved. Fixed in:
6
+ https://github.com/dart-lang/sdk/commit/7a911ce3f1e945f2cbd1967c6109127e3acbab5a .
7
+
1
8
## 0.13.3+2 - 2019-12-02
2
9
3
10
* Tighten the dependency on the ` vm_service ` package from ` >=1.0.0 <3.0.0 ` down
Original file line number Diff line number Diff line change 1
1
name : coverage
2
- version : 0.13.3+2
2
+ version : 0.13.3+3
3
3
author :
Dart Team <[email protected] >
4
4
description : Coverage data manipulation and formatting
5
5
homepage : https://github.com/dart-lang/coverage
@@ -13,7 +13,7 @@ dependencies:
13
13
package_config : ' >=0.1.5 <2.0.0'
14
14
path : ' >=0.9.0 <2.0.0'
15
15
stack_trace : ^1.3.0
16
- vm_service : ' >=1.0.0 <2.1.2 '
16
+ vm_service : ' >=1.0.0 <3.0.0 '
17
17
18
18
dev_dependencies :
19
19
test : ^1.0.0
You can’t perform that action at this time.
0 commit comments