Skip to content

Commit 0afaf56

Browse files
Releasing v2.2.0.
1 parent 13bf40b commit 0afaf56

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

4+
Version 2.2.0
5+
-------------
6+
7+
_2021-1-26_
8+
9+
* Don't render curly braces when they would be empty. (#108)
10+
* Upgrade Compose to 1.0.0-alpha09. (#117)
11+
* Lazily reflect the mKeyedTags field and don't crash if it's not there. (#122)
12+
413
Version 2.1.0
514
-------------
615

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.2.0-SNAPSHOT
23+
VERSION_NAME=2.2.0
2424

2525
POM_DESCRIPTION=Pretty printing of view hierarchies
2626

0 commit comments

Comments
 (0)