Skip to content

Commit

Permalink
Releasing v2.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
zach-klippenstein committed Jan 26, 2021
1 parent 13bf40b commit 0afaf56
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
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 2.2.0
-------------

_2021-1-26_

* Don't render curly braces when they would be empty. (#108)
* Upgrade Compose to 1.0.0-alpha09. (#117)
* Lazily reflect the mKeyedTags field and don't crash if it's not there. (#122)

Version 2.1.0
-------------

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ android.useAndroidX=true
systemProp.org.gradle.internal.publish.checksums.insecure=true

GROUP=com.squareup.radiography
VERSION_NAME=2.2.0-SNAPSHOT
VERSION_NAME=2.2.0

POM_DESCRIPTION=Pretty printing of view hierarchies

Expand Down

0 comments on commit 0afaf56

Please sign in to comment.