Skip to content

Commit

Permalink
patrol_cli: bump version to 0.8.5 (#847)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia authored Jan 29, 2023
1 parent 4783749 commit 8ff101b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions packages/patrol_cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.8.5

- Add a deprecation warning to `patrol drive` command (#833)

Use the new `patrol test` command. [See setup
instructions](https://patrol.leancode.co/native/setup).

## 0.8.4

- When using `patrol test`, infer `--configuration` from `--flavor` when
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.4';
const globalVersion = '0.8.5';

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.4
version: 0.8.5
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 8ff101b

Please sign in to comment.