Skip to content

Commit

Permalink
Prepare version 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodbx committed May 17, 2021
1 parent 5fe7f3f commit 492190a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Change Log
==========

## Version 0.7.1
_2021-05-17_

### New
* [Gradle Plugin] Support the --tests option for record/verify tasks

### Fixed
* [Gradle Plugin] Defer task configuration until created

## Version 0.7.0
_2021-02-26_

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ buildscript {
google()
}
dependencies {
classpath 'app.cash.paparazzi:paparazzi-gradle-plugin:0.7.0'
classpath 'app.cash.paparazzi:paparazzi-gradle-plugin:0.7.1'
}
}
Expand All @@ -38,7 +38,7 @@ apply plugin: 'app.cash.paparazzi'
Using the plugins DSL:
```groovy
plugins {
id 'app.cash.paparazzi' version '0.7.0'
id 'app.cash.paparazzi' version '0.7.1'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=app.cash.paparazzi
VERSION_NAME=0.8.0-SNAPSHOT
VERSION_NAME=0.7.1

POM_URL=https://github.com/square/paparazzi/
POM_SCM_URL=https://github.com/square/paparazzi/
Expand Down

0 comments on commit 492190a

Please sign in to comment.