diff --git a/packages/patrol_log/CHANGELOG.md b/packages/patrol_log/CHANGELOG.md index ad57bab77..f56d7bc25 100644 --- a/packages/patrol_log/CHANGELOG.md +++ b/packages/patrol_log/CHANGELOG.md @@ -1,20 +1,20 @@ -## Unreleased +## 0.3.0 -- Remove `exception` from `StepEntry`. When it was too long, it caused crash because of badly formed JSON +- Remove `exception` from `StepEntry`. When it was too long, it caused crash because of badly formed JSON. (#2481) ## 0.2.2 -- Don't pass `ConfigEntry` on start, if it's empty. +- Don't pass `ConfigEntry` on start, if it's empty. (#2466) ## 0.2.1 -- Fix skipping first word in started TestEntry. +- Fix skipping first word in started TestEntry. (#2433) ## 0.2.0 -- Fix report path when path contain spaces. -- Fix path to the test file on the failed test list in summary. -- Add `ConfigEntry`. +- Fix report path when path contain spaces. (#2426) +- Fix path to the test file on the failed test list in summary. (#2426) +- Add `ConfigEntry`. (#2426) ## 0.1.0 diff --git a/packages/patrol_log/pubspec.yaml b/packages/patrol_log/pubspec.yaml index 22dabef8f..cd9818daf 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.2.2 +version: 0.3.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