Skip to content

Commit

Permalink
Prepare for release 0.13.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Aug 27, 2021
1 parent c347319 commit 8cff774
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
Changelog
=========

Version 0.13.0
--------------

_2021-08-27_

* Update Kotlin to `1.5.30`.
* Update KSP to `1.5.30-1.0.0-beta08`.
* **Enhancement:** `RecordsJsonAdapterFactory` is now aligned with the upstreamed implementation on Moshi itself.
* Note that this is now _soft-deprecated_ and will be fully deprecated once Moshi's next release is out with formal support.
* This includes using a few more modern language APIs like `MethodHandle` and better unpacking of different runtime exceptions. Full details can be found in the [PR](https://github.com/square/moshi/pull/1381).
* **Fix:** Avoid implicitly converting elements to KotlinPoet in `CodeBlock`s to avoid noisy logging.
* **Fix:** Improve self-referencing type variables parsing in `moshi-ksp` (see [#125](https://github.com/ZacSweers/MoshiX/pull/125) and [#151](https://github.com/ZacSweers/MoshiX/pull/151)).

Special thanks to [@yigit](https://github.com/yigit) for contributing to this release!

Version 0.12.2
--------------

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

GROUP=dev.zacsweers.moshix
VERSION_NAME=0.13.0-SNAPSHOT
VERSION_NAME=0.13.0
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 8cff774

Please sign in to comment.