From cd6d08c2ae3d5ce28a8fd31cf8b0cbaa479ba976 Mon Sep 17 00:00:00 2001 From: Liam Appelbe Date: Thu, 24 Mar 2022 14:44:24 -0700 Subject: [PATCH] Prepare for 1.2.0 release --- CHANGELOG.md | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30125987..5bc11f41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.2.0-dev +## 1.2.0 * Support branch level coverage information, when running tests in the Dart VM. This is not supported for web tests yet. diff --git a/pubspec.yaml b/pubspec.yaml index d0ceadb8..0f372f4c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: coverage -version: 1.2.0-dev +version: 1.2.0 description: Coverage data manipulation and formatting homepage: https://github.com/dart-lang/coverage