Skip to content

Commit

Permalink
Prepare for release 0.16.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Jan 13, 2022
1 parent bec40fe commit 52b8861
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Changelog
=========

Version 0.16.4
--------------

_2022-01-13_

* **Fix:** Add moshi/moshi-sealed-runtime dependencies as `implementation` rather than `api` when applying the
`moshi-ir` plugin. [#200](https://github.com/ZacSweers/MoshiX/pull/200)
* **Fix:** A second attempt at fixing extension point issues with AnalysisHandlerExtension in `moshi-ir`'s proguard
rule generation. [#201](https://github.com/ZacSweers/MoshiX/pull/201)

Thanks to [@gpeal](https://github.com/gpeal) for contributing to this release!

Version 0.16.3
--------------

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8 \
--add-opens=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED

GROUP=dev.zacsweers.moshix
VERSION_NAME=0.17.0-SNAPSHOT
VERSION_NAME=0.16.4
POM_DESCRIPTION=Moshi Extensions
POM_URL=https://github.com/ZacSweers/MoshiX
POM_SCM_URL=https://github.com/ZacSweers/MoshiX
Expand Down
2 changes: 1 addition & 1 deletion moshi-ir/moshi-gradle-plugin/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ POM_ARTIFACT_ID=moshi-gradle-plugin
POM_PACKAGING=jar

GROUP=dev.zacsweers.moshix
VERSION_NAME=0.17.0-SNAPSHOT
VERSION_NAME=0.16.4
POM_DESCRIPTION=A Kotlin compiler plugin that generates Moshi JsonAdapter classes.
POM_URL=https://github.com/ZacSweers/MoshiX/
POM_SCM_URL=https://github.com/ZacSweers/MoshiX/
Expand Down

0 comments on commit 52b8861

Please sign in to comment.