diff --git a/packages/patrol_log/CHANGELOG.md b/packages/patrol_log/CHANGELOG.md index 6cd1eb6b1..87ab55a01 100644 --- a/packages/patrol_log/CHANGELOG.md +++ b/packages/patrol_log/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.2.0 + +- Fix report path when path contain spaces. +- Fix path to the test file on the failed test list in summary. + ## 0.1.0 - Add option to not clear test steps. diff --git a/packages/patrol_log/pubspec.yaml b/packages/patrol_log/pubspec.yaml index df3010d8f..56bcbfd6e 100644 --- a/packages/patrol_log/pubspec.yaml +++ b/packages/patrol_log/pubspec.yaml @@ -1,7 +1,7 @@ name: patrol_log description: > Log package for Patrol, a powerful Flutter-native UI testing framework. -version: 0.1.0 +version: 0.2.0 homepage: https://patrol.leancode.co repository: https://github.com/leancodepl/patrol/tree/master/packages/patrol_log issue_tracker: https://github.com/leancodepl/patrol/issues