Skip to content

v2.7.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 03 Sep 20:01
· 16 commits to main since this release
ad8f8b7

📋 What's Changed

🧰 Maintenance & Refactoring

📦 Maven Central Release

🎉 This release v2.7.0 is now available on Maven Central!

Maven Central

🔗 Quick Links

📥 How to Use

Add to your settings.gradle.kts:

pluginManagement {
  resolutionStrategy {
    eachPlugin {
      if (requested.id.id.startsWith("dev.suresh.plugin")) {
        useVersion("v2.7.0")
      }
    }
  }
  repositories {
    gradlePluginPortal()
    mavenCentral()
  }
}

plugins { id("dev.suresh.plugin.repos") }

🔐 Artifact Verification

All artifacts are signed with GPG key: C124DB3A8AD1C13F7153DECDF209C085C8B53CA1

📝 Uncategorized Changes

What's Changed

Dependencies 📦️

  • chore(deps): bump io.github.vinceglb:filekit-dialogs-compose from 0.10.0-beta04 to 0.10.0 by @dependabot[bot] in #200
  • chore(deps): bump kotlinx-dataframe from 1.0.0-Beta2 to 1.0.0-dev-7831 by @dependabot[bot] in #201
  • chore(deps): bump io.github.charlietap.chasm:chasm from 0.9.71 to 0.9.80 by @dependabot[bot] in #202
  • chore(deps): bump sh.ondr.mcp4k from 0.4.2 to 0.4.3 by @dependabot[bot] in #203
  • chore(deps): bump otel-kotlin from 0.2.3 to 0.3.0 by @dependabot[bot] in #204
  • chore(deps): bump io.exoquery.exoquery-plugin from 2.2.0-1.4.0.PL.RC2 to 2.2.0-1.4.0.PL.RC3 by @dependabot[bot] in #205
  • chore(deps): bump kotlin-ksp from 2.2.20-Beta1-2.0.2 to 2.2.20-Beta2-2.0.2 by @dependabot[bot] in #207
  • chore(deps): bump exposed from 1.0.0-beta-4 to 1.0.0-beta-5 by @dependabot[bot] in #208
  • chore(deps): bump okio from 3.15.0 to 3.16.0 by @dependabot[bot] in #206
  • chore(deps): bump uk.org.okapibarcode:okapibarcode from 0.5.1 to 0.5.2 by @dependabot[bot] in #210
  • chore(deps): bump com.deezer.caupain from 1.4.1 to 1.5.0 by @dependabot[bot] in #211
  • chore(deps): bump kotlin-wrappers from 2025.8.6 to 2025.8.10 by @dependabot[bot] in #212
  • chore(deps): bump otel from 1.52.0 to 1.53.0 by @dependabot[bot] in #213
  • chore(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #214
  • chore(deps): bump kotlinx-dataframe from 1.0.0-Beta2 to 1.0.0-dev-8117 by @dependabot[bot] in #215
  • chore(deps): bump jetbrains-compose from 1.9.0-beta01 to 1.9.0-beta03 by @dependabot[bot] in #216
  • chore(deps): bump otel-instr-alpha from 2.18.1-alpha to 2.19.0-alpha by @dependabot[bot] in #217
  • chore(deps): bump com.javiersc.kotlin.kopy from 0.16.3+2.1.21 to 0.18.0+2.2.10 by @dependabot[bot] in #218
  • chore(deps): bump com.gradleup.shadow from 9.0.1 to 9.0.2 by @dependabot[bot] in #219
  • chore(deps): bump actions/setup-java from 4 to 5 by @dependabot[bot] in #220
  • chore(deps): bump kotlinx-dataframe from 1.0.0-Beta2 to 1.0.0-dev-8206 by @dependabot[bot] in #221
  • chore(deps): bump dev.reformator.stacktracedecoroutinator from 2.5.6 to 2.5.7 by @dependabot[bot] in #222
  • chore(deps): bump kotest from 6.0.0 to 6.0.1 by @dependabot[bot] in #224
  • chore(deps): bump org.jetbrains.kotlinx:kotlinx-datetime from 0.7.1 to 0.7.1-0.6.x-compat by @dependabot[bot] in #225
  • chore(deps): bump kotlin-wrappers from 2025.8.22 to 2025.9.0 by @dependabot[bot] in #226
  • chore(deps): bump kotlinx-dataframe from 1.0.0-Beta2 to 1.0.0-dev-8289 by @dependabot[bot] in #227
  • chore(deps): bump kotlin from 2.2.20-RC to 2.2.20-RC2 by @dependabot[bot] in #228

Full Changelog: v2.6.6...v2.7.0