Skip to content

Commit d00d3cb

Browse files
authored
Merge pull request #2239 from leancodepl/patrol_cli_2_8_0
Release patrol_cli 2.8.0
2 parents 7339901 + c3cb987 commit d00d3cb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/patrol_cli/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Unreleased
1+
## 2.8.0
22

33
- Add support for --dart-define-from-file (#2232).
44

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
/// Version of Patrol CLI. Must be kept in sync with pubspec.yaml.
22
/// If you update this, make sure that compatibility-table.mdx is updated (if needed)
3-
const version = '2.7.0';
3+
const version = '2.8.0';

packages/patrol_cli/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: patrol_cli
22
description: >
33
Command-line tool for Patrol, a powerful Flutter-native UI testing framework.
4-
version: 2.7.0 # Must be kept in sync with constants.dart
4+
version: 2.8.0 # Must be kept in sync with constants.dart
55
homepage: https://patrol.leancode.co
66
repository: https://github.com/leancodepl/patrol/tree/master/packages/patrol_cli
77
issue_tracker: https://github.com/leancodepl/patrol/issues?q=is%3Aopen+is%3Aissue+label%3A%22package%3A+patrol_cli%22

0 commit comments

Comments
 (0)