Skip to content

Commit

Permalink
Merge pull request #2495 from leancodepl/prepare-patrol-log-to-0.3.0
Browse files Browse the repository at this point in the history
Prepare patrol_log  to 0.3.0
  • Loading branch information
pdenert authored Jan 17, 2025
2 parents 6d12456 + c081e9e commit 81f147b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions packages/patrol_log/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion packages/patrol_log/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 81f147b

Please sign in to comment.