Skip to content

Commit 640d09a

Browse files
Prepare 2.9 release
1 parent 8a2df9c commit 640d09a

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@ Change Log
22
==========
33

44

5+
Version 2.9
6+
-----------
7+
8+
_2026-02-25_
9+
10+
* Upgrade Kotlin to 2.3.10 ([#190](https://github.com/square/radiography/pull/190)).
11+
* Introduce radiography command-line tool ([#180](https://github.com/square/radiography/pull/180)).
12+
* Release stoic-plugin via workflow ([#191](https://github.com/square/radiography/pull/191)).
13+
514
Version 2.8
615
-----------
716

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Add the `radiography` dependency to your app's `build.gradle` file:
3030

3131
```gradle
3232
dependencies {
33-
implementation 'com.squareup.radiography:radiography:2.8'
33+
implementation 'com.squareup.radiography:radiography:2.9'
3434
}
3535
```
3636

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ android.useAndroidX=true
2020
systemProp.org.gradle.internal.publish.checksums.insecure=true
2121

2222
GROUP=com.squareup.radiography
23-
VERSION_NAME=2.9-SNAPSHOT
23+
VERSION_NAME=2.9
2424

2525
POM_DESCRIPTION=Pretty printing of view hierarchies
2626

0 commit comments

Comments
 (0)