Skip to content

Commit

Permalink
Prepare for release 0.27.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Jun 28, 2024
1 parent 56ecba0 commit 04c144a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ Changelog
**Unreleased**
--------------

0.27.2
------

_2024-06-28_

- [moshi-proguard-rule-gen] Fix proguard rule gen when using nested classes or packages with soft-keyword segments.
- [docs] Add immutable-adapters in `README.md`.
- Build against KSP to `2.0.0-1.0.22`.
- Build against Gradle `8.8`.

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

0.27.1
------

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.2
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.2
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 04c144a

Please sign in to comment.