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

Commit 6d25efd

Browse files
committed
Prepare for 1.6.4 release
Includes upgrade to vm_service 12.0.0
1 parent 84f04e9 commit 6d25efd

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
## 1.6.4-wip.
1+
## 1.6.4
22

33
- allow omitting space between `//` and `coverage` in coverage ignore comments
44
- allow text after coverage ignore comments
55
- throw FormatException when encountering unbalanced ignore comments instead of silently erroring
6+
- Update `package:vm_service` constraints to '>= 9.4.0 <12.0.0'.
67

78
## 1.6.3
89

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: coverage
2-
version: 1.6.3
2+
version: 1.6.4
33
description: Coverage data manipulation and formatting
44
repository: https://github.com/dart-lang/coverage
55

66
environment:
7-
sdk: '>=2.18.0 <3.0.0'
7+
sdk: '>=2.18.0 <4.0.0'
88

99
dependencies:
1010
args: ^2.0.0
@@ -13,7 +13,7 @@ dependencies:
1313
path: ^1.8.0
1414
source_maps: ^0.10.10
1515
stack_trace: ^1.10.0
16-
vm_service: '>=9.4.0 <12.0.0'
16+
vm_service: '>=9.4.0 <13.0.0'
1717

1818
dev_dependencies:
1919
benchmark_harness: ^2.2.0

0 commit comments

Comments
 (0)