Skip to content

Commit

Permalink
Prepare next development version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Nov 29, 2024
1 parent 2834627 commit 4eaccb9
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ Changelog
**Unreleased**
--------------

0.29.0
------

_2024-11-29_

- **New**: Add option to disable auto-application of the Moshi dependency in the moshi-ir Gradle plugin. `moshi { applyMoshiDependency.set(false) }`.
- Update to Kotlin `2.1.0`. Note that this release requires Kotlin `2.1.0` or later for moshi-ir due to changes in the IR API. It may work on older releases, but it's untested.
- Update KotlinPoet to `2.0.0`.
- Update Guava to `33.3.1-jre`.
- Update kotlinx-collections-immutable to `0.3.8`.
- Build against KSP `2.1.0-1.0.29`.
- Build against Gradle `8.11.1`.

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

0.28.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.29.0
VERSION_NAME=0.30.0-SNAPSHOT
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 @@ -10,7 +10,7 @@ org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn=true

GROUP=dev.zacsweers.moshix
VERSION_NAME=0.29.0
VERSION_NAME=0.30.0-SNAPSHOT
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 4eaccb9

Please sign in to comment.