Skip to content

Commit

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

Version 0.9.2
-------------

_2021-03-01_

* Update KSP to `1.4.30-1.0.0-alpha03`.
* Add tests for Kotlin 1.4.30's preview support for sealed interfaces. These won't be officially supported until
Kotlin 1.5, but they do appear to Just Work™️ since Kotlin reuses the same sealed APIs under the hood.
* **Fix:** Support function types as property types.
* **Fix:** Support generic arrays when invoking defaults constructors.
* Some small readability improvements to generated code.

Version 0.9.1
-------------

_20202-02-15_
_2021-02-15_

* Update to Kotlin `1.4.30`.

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
org.gradle.jvmargs=-Xmx2048m

GROUP=dev.zacsweers.moshix
VERSION_NAME=0.10.0-SNAPSHOT
VERSION_NAME=0.9.2
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 f6472e3

Please sign in to comment.