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

Version 0.13.3+2 #279

Merged
merged 1 commit into from
Dec 3, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 <[email protected]>
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