Skip to content

Commit

Permalink
Prepare version 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodbx committed Jan 20, 2022
1 parent f315460 commit 366fb16
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Change Log
==========

## Version 0.9.2
_2022-01-20_

### Fixed
* Load the correct mac arm artifact on M1 machines
* Generate fake View.id for consistent colors for accessibility entries when views are modified

Kudos to @geoff-powell, @nicbell for their contributions this release!


## Version 0.9.1
_2022-01-14_

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

Expand Down
2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Releasing
1. Change the version in `gradle.properties` to a non-SNAPSHOT version.
2. Update the `CHANGELOG.md` for the impending release.
3. Update the `README.md` with the new version.
4. `git commit -am "Prepare version X.Y.Z."` (where X.Y.Z is the new version)
4. `git commit -am "Prepare version X.Y.Z"` (where X.Y.Z is the new version)
5. `./gradlew clean publishMavenPublicationToMavenCentralRepository paparazzi-gradle-plugin:publishPluginMavenPublicationToMavenCentralRepository paparazzi-gradle-plugin:publishPaparazziPluginMarkerMavenPublicationToMavenCentralRepository --no-parallel`
6. Visit [Sonatype Nexus](https://oss.sonatype.org/) and promote the artifacts.
7. `git tag -a X.Y.Z -m "X.Y.Z"` (where X.Y.Z is the new version)
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=1.0.0-SNAPSHOT
VERSION_NAME=0.9.2

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

0 comments on commit 366fb16

Please sign in to comment.