Skip to content

Commit

Permalink
Prepare for release 0.12.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Aug 19, 2021
1 parent 2c07ed7 commit c66ddb5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Changelog
=========

Version 0.12.1
--------------

_2021-08-19_

* Update to KSP `1.5.21-1.0.0-beta07`.
* **Fix:** Previously if you had a `@JsonClass`-annotated Java file with a custom generator, `moshi-ksp` would error
out anyway due to it not being a Kotlin class. This is now fixed and it will safely ignore these files.
* **Fix:** Generate missing `@OptIn(ExperimentalStdLibApi::class)` annotations in `moshi-sealed` when `object`
adapters are used, as we use Moshi's reified `addAdapter` extension.

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

Version 0.12.0
--------------

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

GROUP=dev.zacsweers.moshix
VERSION_NAME=0.13.0-SNAPSHOT
VERSION_NAME=0.12.1
POM_DESCRIPTION=Moshi Extensions
POM_URL=https://github.com/ZacSweers/MoshiX
POM_SCM_URL=https://github.com/ZacSweers/MoshiX
Expand Down

0 comments on commit c66ddb5

Please sign in to comment.