Release v2.2.20-0.0.5
·
2 commits
to main
since this release
🔄 Changes since v2.2.20-0.0.4
🚀 Features & Fixes
- Release v2.2.20-0.0.5 (#59) (1e79e57)
- fix: simplify CI workflow conditions to resolve pending issues (efbdc3e)
- fix: resolve CI workflow pending issue for release PRs (e1d7a8c)
- feat: improve GitHub Actions workflows for release automation (749d692)
📚 Documentation & Maintenance
- docs: update to the correct ksp version (b786148)
👥 Contributors
Thanks to all the contributors who made this release possible:
⚡ Version Compatibility
- Kotlin: 2.2.20
- KSP: 2.2.20-2.0.4
- kotlin-logging: 5.0.0+
📦 Installation
plugins {
kotlin("jvm") version "2.2.20"
id("com.google.devtools.ksp") version "2.2.20-2.0.4"
}
dependencies {
ksp("io.github.doljae:kotlin-logging-extensions:2.2.20-0.0.5")
implementation("io.github.doljae:kotlin-logging-extensions:2.2.20-0.0.5")
implementation("io.github.oshai:kotlin-logging-jvm:7.0.13")
}