Skip to content

Commit

Permalink
release new versions (#913)
Browse files Browse the repository at this point in the history
* patrol: bump version to 0.10.12

* patrol_cli: bump version to 0.9.4
  • Loading branch information
bartekpacia authored Feb 10, 2023
1 parent ad05149 commit 7918446
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 5 deletions.
4 changes: 4 additions & 0 deletions packages/patrol/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.10.12

- Minor documentation fixes (#912)

## 0.10.11

- Remove unnecessary dependency on `json_serializable` and `json_annotation`
Expand Down
6 changes: 3 additions & 3 deletions packages/patrol/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: patrol
description: >
Simple yet powerful Flutter-native UI testing framework eliminating
limitations of flutter_test, integration_test, and flutter_driver.
version: 0.10.11
Powerful Flutter-native UI testing framework overcoming limitations of
existing flutter testing tools. Ready for action!
version: 0.10.12
homepage: https://patrol.leancode.co
repository: https://github.com/leancodepl/patrol
issue_tracker: https://github.com/leancodepl/patrol/issues
Expand Down
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.9.4

- `patrol test`: Improve how external tool invocations are logged when running
with `--verbose` (#906)
- `patrol test:` Fix `.xctrunner` app not being uninstalled after tests finish
on iOS Simulator (#907)

## 0.9.3

- Add support for `flavor` in Patrol configuration block in `pubspec.yaml`
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.9.3';
const globalVersion = '0.9.4';

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.9.3
version: 0.9.4
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 7918446

Please sign in to comment.