Skip to content

Commit

Permalink
patrol_cli: bump version to 0.8.6 (#866)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia authored Feb 1, 2023
1 parent bfdc782 commit de912ac
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions packages/patrol_cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 0.8.6

- Uninstall app under test after `patrol test` (#848)

This currently requires package name (on Android) and bundle identifier (on
iOS) to be passed through respective arguments to `patrol test`. Soon it'll
also be possible to define these values in `pubspec.yaml.

- Print helpful links when called without arguments (#865)
- Fix verbose output from Gradle having garbled newlines (#858)

## 0.8.5

- Add a deprecation warning to `patrol drive` command (#833)
Expand Down
2 changes: 1 addition & 1 deletion packages/patrol_cli/lib/src/common/constants.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import 'package:path/path.dart' as path;

/// Version of Patrol CLI. Must be kept in sync with pubspec.yaml.
const globalVersion = '0.8.5';
const globalVersion = '0.8.6';

const patrolPackage = 'patrol';
const patrolCliPackage = 'patrol_cli';
Expand Down
2 changes: 1 addition & 1 deletion packages/patrol_cli/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: patrol_cli
description: >
Command-line tool for Patrol, a powerful Flutter-native UI testing framework.
version: 0.8.5
version: 0.8.6
homepage: https://patrol.leancode.co
repository: https://github.com/leancodepl/patrol
issue_tracker: https://github.com/leancodepl/patrol/issues
Expand Down

0 comments on commit de912ac

Please sign in to comment.