Skip to content

Release v2.1.21-0.0.3

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 07 Jul 06:17
· 2 commits to main since this release
781a3a8

🔄 Changes since v2.2.0-0.0.2

🚀 Features & Fixes

  • Release v2.1.21-0.0.3 (#33) (781a3a8)
  • build: apply kotlin 2.1.x (a6ce393)
  • build: add manual triggering to workflow (c0b2e25)
  • build: add auto release branch target (83aebd1)
  • feat(ci): add manual trigger support for CI workflow (a148464)
  • feat: add handling and tests for wrapping reserved words in package n… (#25) (df32564)
  • chore(deps): update dependency gradle to v8.14.3 (#26) (e4bde72)
  • Change workflow update to PR-based approach (#23) (a5df309)

👥 Contributors

Thanks to all the contributors who made this release possible:

⚡ Version Compatibility

  • Kotlin: 2.1.21
  • KSP: 2.1.21-2.0.2
  • kotlin-logging: 5.0.0+

📦 Installation

plugins {
    kotlin("jvm") version "2.1.21"
    id("com.google.devtools.ksp") version "2.1.21-2.0.2"
}

dependencies {
    ksp("io.github.doljae:kotlin-logging-extensions:2.1.21-0.0.3")
    implementation("io.github.doljae:kotlin-logging-extensions:2.1.21-0.0.3")
    implementation("io.github.oshai:kotlin-logging-jvm:7.0.7")
}

🔗 Links