Skip to content

Commit

Permalink
Add change log for v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ShreckYe committed Dec 3, 2024
1 parent dc5363f commit dab2962
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions PLUGINS_CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# "Gradle plugins" change log

## v0.8.0 / 2024-12-03

* bump Kotlin to 2.1.0, Gradle to v8.1.11, kotlinx-benchmark to v0.4.13, and Compose Multiplatform to v1.7.1
* remove the `*-app-conventions` plugins that are not necessary and buggy

The JVM dependency configuration line `implementation(platform(kotlin("bom")))` without a Kotlin version has introduced "Could not parse POM" build error in projects consuming the `kotlin-jvm-*-app-conventions` plugins

## v0.7.0 / 2024-11-20

* do not configure the signing DSL at all when the version is a snapshot in the `com.huanshankeji.sonatype-ossrh-publish` plugin, so `publishToMavenLocal` becomes significantly faster
Expand Down

0 comments on commit dab2962

Please sign in to comment.