Skip to content

v2.8.0

Choose a tag to compare

@github-actions github-actions released this 10 Sep 21:51
· 107 commits to main since this release
db41981

📋 What's Changed

🧰 Maintenance & Refactoring

📦 Maven Central Release

🎉 This release v2.8.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.8.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 kotlin-wrappers from 2025.9.2 to 2025.9.3 by @dependabot[bot] in #229
  • chore(deps): bump kotlinx-dataframe from 1.0.0-Beta2 to 1.0.0-dev-8355 by @dependabot[bot] in #230
  • chore(deps): bump kotest from 6.0.2 to 6.0.3 by @dependabot[bot] in #231
  • chore(deps): bump kotlin-ksp from 2.2.20-RC2-2.0.2 to 2.2.20-RC-2.0.2 by @dependabot[bot] in #232

Full Changelog: v2.7.0...v2.8.0