Skip to content

Commit

Permalink
Prepare for release 0.23.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Jul 6, 2023
1 parent 5a4ff69 commit 4f2f140
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
@@ -1,6 +1,17 @@
Changelog
=========

Version 0.23.0
--------------

_2023-07-06_

- Update to Kotlin `1.9.0`. The moshi-ir plugin now requires `1.9.0`.
- Update `kotlinx-metadata` to `0.6.2`.
- Update shaded Anvil utils to `2.4.6`.
- Update Moshi to `1.15.0`.
- Update KSP to `1.9.0-1.0.11`.

Version 0.22.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.23.0-SNAPSHOT
VERSION_NAME=0.23.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 @@ -3,7 +3,7 @@ POM_ARTIFACT_ID=moshi-gradle-plugin
POM_PACKAGING=jar

GROUP=dev.zacsweers.moshix
VERSION_NAME=0.23.0-SNAPSHOT
VERSION_NAME=0.23.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 4f2f140

Please sign in to comment.