Skip to content

v2.10.0

Choose a tag to compare

@github-actions github-actions released this 07 Oct 23:53
· 70 commits to main since this release
11d66f1

📋 What's Changed

🧰 Maintenance & Refactoring

📦 Maven Central Release

🎉 This release v2.10.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.10.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 kotlinx-dataframe from 1.0.0-Beta3 to 1.0.0-dev-8527 by @dependabot[bot] in #239
  • chore(deps): bump gradle/actions from 4 to 5 by @dependabot[bot] in #240
  • chore(deps): bump kotlin-wrappers from 2025.10.1 to 2025.10.2 by @dependabot[bot] in #241
  • chore(deps): bump kotlinx-dataframe from 1.0.0-Beta3 to 1.0.0-dev-8572 by @dependabot[bot] in #242

Full Changelog: v2.9.2...v2.10.0