From c5fc63ceffb20a718c38d4b4320286e1e61e9622 Mon Sep 17 00:00:00 2001 From: Hilal Alsibai Date: Fri, 20 Apr 2018 15:25:21 -0700 Subject: [PATCH] 0.7.0 Summary: Time to release 0.7.0 Reviewed By: sjkirby Differential Revision: D7709451 fbshipit-source-id: a0e031c4c21e618782ea3840e829d9187d4bd13d --- CHANGELOG.md | 8 ++++++++ gradle.properties | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2ab4e70..95fa53af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +0.7.0 (Apr 19 2018) +----- +- Added the ability to retrieve the resulting Bitmap for custom use on your RecordBuilder +- Removed the runtime dependency on Dexmaker, this will resolve any issues of using frameworks such as Mockito in your screenshot tests +- Added a a check to fail when resultant screenshots are extremely large +- Rewrote the client plugin to provide screenshot test tasks per applicable variant +- Re-license to Apache 2 + 0.6.0 (Feb 06 2018) ----- - Added the ability to run screenshot tests on multiple devices at once diff --git a/gradle.properties b/gradle.properties index 72fc7434..05692304 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=0.7.0-SNAPSHOT +VERSION_NAME=0.7.0 GROUP=com.facebook.testing.screenshot org.gradle.configureondemand=true