diff --git a/CHANGELOG.md b/CHANGELOG.md index ad7e054..288f3d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.2.0 +* require dart 2.7+ +* support (ignore) debug events + ## 1.1.0 * require dart 2.3+ diff --git a/pubspec.yaml b/pubspec.yaml index a80c6fb..6d23deb 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,13 +1,10 @@ name: testreport -version: 1.1.1-dev +version: 1.2.0 description: > This library can be used to process the results of dart tests. It processes data from the `json` output emitted by the dart test runner and provide an API to the test results. -authors: -- Roel Spilker - homepage: https://github.com/TOPdesk/dart-testreport documentation: