Skip to content

Commit

Permalink
Prepare for release 0.27.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed May 28, 2024
1 parent 1e59afa commit 8765133
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
15 changes: 10 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,16 @@ Changelog
**Unreleased**
--------------

- Improve moshi-sealed KSP error messages.
- Fix fallback adapter support in IR code gen not recognizing Moshi parameters to primary constructors.
- Check for same subtypes before erroring on duplicate labels in moshi-sealed IR.
- Fix proguard rule gen not capturing non-sealed subtypes.
- Don't write empty proguard rule files if not rules were necessary.
0.27.1
------

_2024-05-28_

- [moshi-sealed] Improve moshi-sealed KSP error messages.
- [moshi-ir] Fix fallback adapter support in IR code gen not recognizing Moshi parameters to primary constructors.
- [moshi-sealed and moshi-ir] Check for same subtypes before erroring on duplicate labels in moshi-sealed IR.
- [moshi-proguard-rule-gen] Fix proguard rule gen not capturing non-sealed subtypes.
- [moshi-proguard-rule-gen] Don't write empty proguard rule files if not rules were necessary.

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

GROUP=dev.zacsweers.moshix
VERSION_NAME=0.28.0-SNAPSHOT
VERSION_NAME=0.27.1
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 @@ -6,7 +6,7 @@ POM_PACKAGING=jar
kotlin.stdlib.default.dependency=false

GROUP=dev.zacsweers.moshix
VERSION_NAME=0.28.0-SNAPSHOT
VERSION_NAME=0.27.1
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 8765133

Please sign in to comment.