Skip to content

Commit

Permalink
Prepare for release 0.12.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Jul 16, 2021
1 parent f6a2b2c commit c723658
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,21 @@
Changelog
=========

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

_2021-07-15_

* KSP updated to `1.5.21-1.0.0-beta05`.
* Kotlin updated to `1.5.21`.
* `moshi-ksp` and moshi-sealed's codegen both support a new `moshi.generateProguardRules` option. This can be set to
`false` to disable proguard rule generation.
* **Fix:** Artifacts now ship with a `-module-name` attribute set to their artifact ID to help avoid module name
collisions.

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

Version 0.11.2
--------------

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
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.12.0-SNAPSHOT
VERSION_NAME=0.12.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 c723658

Please sign in to comment.