diff --git a/packages/maestro_cli/CHANGELOG.md b/packages/maestro_cli/CHANGELOG.md index 081e45bcb5..d5ac1275c9 100644 --- a/packages/maestro_cli/CHANGELOG.md +++ b/packages/maestro_cli/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.0.9 + +- Add `--device` option for `maestro drive`, which allows you to specify the + device to use. Devices can be obtained using `adb devices`. + ## 0.0.8 - Fix `maestro drive` on Windows crashing with ProcessException. diff --git a/packages/maestro_cli/lib/src/common/constants.dart b/packages/maestro_cli/lib/src/common/constants.dart index 37444d099a..3e05483f81 100644 --- a/packages/maestro_cli/lib/src/common/constants.dart +++ b/packages/maestro_cli/lib/src/common/constants.dart @@ -1,5 +1,5 @@ /// Version of Maestro CLI. Must be kept in sync with pubspec.yaml. -const version = '0.0.8'; +const version = '0.0.9'; const maestroPackage = 'maestro_test'; const maestroCliPackage = 'maestro_cli'; diff --git a/packages/maestro_cli/pubspec.yaml b/packages/maestro_cli/pubspec.yaml index c99cacf9e5..eadd695c53 100644 --- a/packages/maestro_cli/pubspec.yaml +++ b/packages/maestro_cli/pubspec.yaml @@ -1,6 +1,6 @@ name: maestro_cli description: CLI for Maestro. -version: 0.0.8 +version: 0.0.9 homepage: https://github.com/leancodepl/maestro environment: