Skip to content

Commit

Permalink
Prepare for release 0.27.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed May 22, 2024
1 parent 7bd35a8 commit 6d30203
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ Changelog
**Unreleased**
--------------

0.27.0
------

_2024-05-22_

### Update to K2

This release updates to K2, aka Kotlin `2.0.0`. This also builds against KSP `2.0.0-1.0.21`.

- [moshi-metadata-reflect] Update to stable kotlin metadata API that ships in K2. The new transitive dependency is now `org.jetbrains.kotlin:kotlin-metadata-jvm:2.0.0`.
- [ksp] All KSP processors are tested against both KSP 1 and the in-beta KSP2.
- [moshi-ir] Support K2 IR API changes. We may explore building out FIR support for better IDE support in the future, but for now the entire implementation remains in an IR-only plugin.

0.26.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.27.0-SNAPSHOT
VERSION_NAME=0.27.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.27.0-SNAPSHOT
VERSION_NAME=0.27.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 6d30203

Please sign in to comment.