Skip to content

Commit

Permalink
Prepare for release 0.28.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Aug 23, 2024
1 parent 45d1705 commit 98e4d60
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ Changelog
**Unreleased**
--------------

0.28.0
------

_2024-08-22_

- Make moshi-ir Gradle plugin compatible with Gradle's incubating "Project Isolation" feature.
- Update to Kotlin `2.0.20`. Note that this release requires Kotlin `2.0.20` or later for moshi-ir due to changes in the IR API. It may work on older releases, but it's untested.
- Update Guava to `33.3.0-jre`.
- Build against KSP `2.0.20-1.0.24`.
- Build against Gradle `8.10`.

0.27.2
------

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.28.0
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.28.0
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 98e4d60

Please sign in to comment.