Skip to content

Commit

Permalink
release patrol v3.3.0 and patrol_cli v2.5.0 (#2015)
Browse files Browse the repository at this point in the history
* patrol: bump version to 3.3.0

* patrol_cli: bump version to 2.5.0
  • Loading branch information
bartekpacia authored Dec 14, 2023
1 parent 92ab7aa commit d9812d9
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions packages/patrol/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
## Unreleased
## 3.3.0

- Enable selecting individual tests with `xcodebuild`'s `-only-testing` option.
Currently iOS only, does not support macOS (#2001)
- Fix being unable to interact with the running app during testing with a finger
(#2008)
- Fix non-ASCII characters displaying as gibberish in Patrol's DevTools
extension (#2010)
- Enable selecting individual tests with `xcodebuild`'s `-only-testing` option
(#2001)
- Fix Dart-side crash in test causing test suite to hang on iOS (#2013)

## 3.2.0
Expand Down
2 changes: 1 addition & 1 deletion packages/patrol/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: patrol
description: >
Powerful Flutter-native UI testing framework overcoming limitations of
existing Flutter testing tools. Ready for action!
version: 3.2.0
version: 3.3.0
homepage: https://patrol.leancode.co
repository: https://github.com/leancodepl/patrol/tree/master/packages/patrol
issue_tracker: https://github.com/leancodepl/patrol/issues
Expand Down
4 changes: 2 additions & 2 deletions packages/patrol_cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Unreleased
## 2.5.0

- Allow defining custom test file suffix (#2009)
- Allow for defining a custom test file suffix (#2009)
- Fix opening devtools on Windows (#2011)

## 2.4.0
Expand Down
2 changes: 1 addition & 1 deletion packages/patrol_cli/lib/src/base/constants.dart
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/// Version of Patrol CLI. Must be kept in sync with pubspec.yaml.
const version = '2.4.0';
const version = '2.5.0';
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: 2.4.0 # Must be kept in sync with constants.dart
version: 2.5.0 # Must be kept in sync with constants.dart
homepage: https://patrol.leancode.co
repository: https://github.com/leancodepl/patrol/tree/master/packages/patrol_cli
issue_tracker: https://github.com/leancodepl/patrol/issues?q=is%3Aopen+is%3Aissue+label%3A%22package%3A+patrol_cli%22
Expand Down

0 comments on commit d9812d9

Please sign in to comment.