From 87f772b533885e5fc0ae61852ebb909f13db64f5 Mon Sep 17 00:00:00 2001 From: Liam Appelbe Date: Thu, 1 Aug 2024 11:12:59 +1000 Subject: [PATCH] Prepare to publish --- CHANGELOG.md | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef4e97e..405431d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.8.1-wip +## 1.9.0 - Require Dart ^3.4 - Fix bug where some ranges were able to bypass the `--scope-output` filters. diff --git a/pubspec.yaml b/pubspec.yaml index b68f928..f3686fe 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: coverage -version: 1.8.1-wip +version: 1.9.0 description: Coverage data manipulation and formatting repository: https://github.com/dart-lang/coverage