From cb7cbc2777bc198325e85c58ccf0ef603184b4fe Mon Sep 17 00:00:00 2001 From: Hilal Alsibai Date: Thu, 3 Feb 2022 10:56:12 -0800 Subject: [PATCH] 0.15.0 Summary: New release Differential Revision: D33962098 fbshipit-source-id: 1862fb7a199704113503e798e20bda0f5797ace0 --- CHANGELOG.md | 5 +++++ gradle.properties | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af561d43..2b4e2ef8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +0.15.0 (Feb 2 2022) +------ +- Python 3 support +- Added option to specify pulling a `tar` bundle instead of individual files via `bundleResults`. This is useful for reducing the time it takes to pull a large amount of screenshots. It will also help if you experience ADB connection flakiness. + 0.14.0 (Apr 22 2021) ------ - Added test orchestrator support diff --git a/gradle.properties b/gradle.properties index 05390291..c21820da 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=0.15.0-SNAPSHOT +VERSION_NAME=0.15.0 GROUP=com.facebook.testing.screenshot POM_DESCRIPTION=Screenshot Testing framework for Android.