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

Commit 6143820

Browse files
committed
1.2.0 is published, so move changes to 1.3.0-dev
1 parent 361252b commit 6143820

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

CHANGELOG.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.3.0-dev
2+
* Add a `--package` flag, which takes the package's root directory, instead of
3+
the .package file. Deprecate the `--packages` flag.
4+
* Deprecate the packagesPath parameter and add packagePath instead, in
5+
`HitMap.parseJson`, `HitMap.parseFiles`, `createHitmap`, and `parseCoverage`.
6+
17
## 1.2.0
28

39
* Support branch level coverage information, when running tests in the Dart VM.
@@ -15,10 +21,6 @@
1521
* Add a `branchHits` field to `HitMap`.
1622
* Add support for scraping the service URI from the new Dart VM service message.
1723
* Correctly parse package_config files on Windows when the root URI is relative.
18-
* Add a `--package` flag, which takes the package's root directory, instead of
19-
the .package file. Deprecate the `--packages` flag.
20-
* Deprecate the packagesPath parameter and add packagePath instead, in
21-
`HitMap.parseJson`, `HitMap.parseFiles`, `createHitmap`, and `parseCoverage`.
2224

2325
## 1.1.0 - 2022-1-18
2426

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: coverage
2-
version: 1.2.0
2+
version: 1.3.0-dev
33
description: Coverage data manipulation and formatting
44
homepage: https://github.com/dart-lang/coverage
55

0 commit comments

Comments
 (0)