Skip to content

Commit e6b1be0

Browse files
committed
Prepare version 2.0.0-alpha04
1 parent 1cb426f commit e6b1be0

3 files changed

Lines changed: 10 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## [2.0.0-alpha03] - 2026-01-20
5+
## [2.0.0-alpha04] - 2026-01-20
66

77
### New
88
* Allow differ to be configured (#2001)
@@ -56,6 +56,10 @@ Kudos to @geoff-powell, @colinmarsch, @SimonMarquis, @nishatoma, @joshskeen, @kb
5656

5757
Kudos to @geoff-powell, @colinmarsch, @SimonMarquis and others for contributions this release!
5858

59+
## [2.0.0-alpha03] - 2026-01-20
60+
61+
Ignore; use 2.0.0-alpha04 instead.
62+
5963
## [2.0.0-alpha01] - 2025-04-15
6064

6165
### New
@@ -488,7 +492,8 @@ As of this release, consumers must build on Java 11 environments.
488492

489493

490494

491-
[Unreleased]: https://github.com/cashapp/paparazzi/compare/2.0.0-alpha03...HEAD
495+
[Unreleased]: https://github.com/cashapp/paparazzi/compare/2.0.0-alpha04...HEAD
496+
[2.0.0-alpha04]: https://github.com/cashapp/paparazzi/releases/tag/2.0.0-alpha04
492497
[2.0.0-alpha03]: https://github.com/cashapp/paparazzi/releases/tag/2.0.0-alpha03
493498
[2.0.0-alpha02]: https://github.com/cashapp/paparazzi/releases/tag/2.0.0-alpha02
494499
[2.0.0-alpha01]: https://github.com/cashapp/paparazzi/releases/tag/2.0.0-alpha01

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ buildscript {
150150
google()
151151
}
152152
dependencies {
153-
classpath 'app.cash.paparazzi:paparazzi-gradle-plugin:2.0.0-alpha03'
153+
classpath 'app.cash.paparazzi:paparazzi-gradle-plugin:2.0.0-alpha04'
154154
}
155155
}
156156
@@ -160,7 +160,7 @@ apply plugin: 'app.cash.paparazzi'
160160
Using the plugins DSL:
161161
```groovy
162162
plugins {
163-
id 'app.cash.paparazzi' version '2.0.0-alpha03'
163+
id 'app.cash.paparazzi' version '2.0.0-alpha04'
164164
}
165165
```
166166

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=app.cash.paparazzi
2-
VERSION_NAME=2.0.0-SNAPSHOT
2+
VERSION_NAME=2.0.0-alpha04
33

44
POM_URL=https://github.com/cashapp/paparazzi/
55
POM_SCM_URL=https://github.com/cashapp/paparazzi/

0 commit comments

Comments
 (0)