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

Commit

Permalink
Prepare for 1.6.4 release (#464)
Browse files Browse the repository at this point in the history
Includes upgrade to vm_service 12.0.0
  • Loading branch information
bkonyi authored Oct 2, 2023
1 parent 84f04e9 commit 8762744
Show file tree
Hide file tree
Showing 4 changed files with 288 additions and 62 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
sdk: [2.18.0, dev]
sdk: [2.19.0, dev]
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
- uses: dart-lang/setup-dart@8a4b97ea2017cc079571daec46542f76189836b1
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
## 1.6.4-wip.
## 1.6.4

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

## 1.6.3

Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: coverage
version: 1.6.3
version: 1.6.4
description: Coverage data manipulation and formatting
repository: https://github.com/dart-lang/coverage

environment:
sdk: '>=2.18.0 <3.0.0'
sdk: '>=2.18.0 <4.0.0'

dependencies:
args: ^2.0.0
Expand All @@ -13,7 +13,7 @@ dependencies:
path: ^1.8.0
source_maps: ^0.10.10
stack_trace: ^1.10.0
vm_service: '>=9.4.0 <12.0.0'
vm_service: '>=11.9.0 <13.0.0'

dev_dependencies:
benchmark_harness: ^2.2.0
Expand Down
Loading

0 comments on commit 8762744

Please sign in to comment.