From a52965802127d83eed56aa84be5102c0a8b1278d Mon Sep 17 00:00:00 2001 From: Chris Bracken Date: Mon, 2 Dec 2019 16:07:23 -0800 Subject: [PATCH] Version 0.13.3+2 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. --- CHANGELOG.md | 7 +++++++ pubspec.yaml | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51b17f37..e5f73ded 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pubspec.yaml b/pubspec.yaml index 0b2a36b2..031b3ccd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: coverage -version: 0.13.3+1 +version: 0.13.3+2 author: Dart Team description: Coverage data manipulation and formatting homepage: https://github.com/dart-lang/coverage @@ -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