Skip to content

Commit

Permalink
Prepare for release 0.15.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Dec 10, 2021
1 parent e33a9cd commit 8e2e0cd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changelog
=========

Version 0.15.0
--------------

* Update to Moshi `1.13.0`
* **Removed:** The `moshi-ksp` artifact has been upstreamed to Moshi itself as is no longer published.
* **Removed:** The `moshi-records-reflect` artifact has been upstreamed to Moshi itself as is no longer published.
* Update to Kotlin `1.6.0`
* Update to KotlinPoet `1.10.2`

Version 0.14.1
--------------

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8 \
--add-opens=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED

GROUP=dev.zacsweers.moshix
VERSION_NAME=0.15.0-SNAPSHOT
VERSION_NAME=0.15.0
POM_DESCRIPTION=Moshi Extensions
POM_URL=https://github.com/ZacSweers/MoshiX
POM_SCM_URL=https://github.com/ZacSweers/MoshiX
Expand Down

0 comments on commit 8e2e0cd

Please sign in to comment.