Skip to content

Commit

Permalink
Prepare for release 0.26.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed May 12, 2024
1 parent c8dfdcd commit 7473f35
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,11 @@ Changelog
**Unreleased**
--------------

0.26.0
------

_2023-11-27_

### **New**: Publish a new `moshi-immutable-adapters` artifact with support for [kotlinx.collections.immutable](https://github.com/Kotlin/kotlinx.collections.immutable).

Gradle dependency
Expand Down Expand Up @@ -33,6 +38,13 @@ val moshi = Moshi.Builder().add(ImmutableCollectionsJsonAdapterFactory()).build(

### Misc
- Omit the stdlib from transitive dependencies on the compiler plugin and Gradle plugin artifacts. Both kotlinc and Gradle impose their own versions on the classpath.
- Update Moshi to `1.15.1`.
- Update kotlinx-metadata to `0.9.0`.
- Update KotlinPoet to `1.16.0`.
- Update Kotlin to `1.9.24`.
- Update KSP to `1.9.24-1.0.20`.
- Update Guava to `33.2.0-jre`.
- Compile against Gradle `8.7`.

0.25.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.26.0-SNAPSHOT
VERSION_NAME=0.26.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.26.0-SNAPSHOT
VERSION_NAME=0.26.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 7473f35

Please sign in to comment.