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

Commit 8762744

Browse files
authored
Prepare for 1.6.4 release (#464)
Includes upgrade to vm_service 12.0.0
1 parent 84f04e9 commit 8762744

File tree

4 files changed

+288
-62
lines changed

4 files changed

+288
-62
lines changed

.github/workflows/test-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
fail-fast: false
4747
matrix:
4848
os: [ubuntu-latest, macos-latest, windows-latest]
49-
sdk: [2.18.0, dev]
49+
sdk: [2.19.0, dev]
5050
steps:
5151
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
5252
- uses: dart-lang/setup-dart@8a4b97ea2017cc079571daec46542f76189836b1

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: '>=11.9.0 <13.0.0'
1717

1818
dev_dependencies:
1919
benchmark_harness: ^2.2.0

0 commit comments

Comments
 (0)