Skip to content

Release v2.2.0-0.0.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 26 Jun 15:16
· 3 commits to main since this release
89e0968

🔄 Changes since v2.2.0-0.0.1

🚀 Features & Fixes

  • Release v2.2.0-0.0.2 (#22) (89e0968)
  • fix: completely remove Contributors section from release PR description (3017231)
  • fix: clean up release notes by removing unnecessary sections (eb8be71)
  • feat: extract kotlin-logging version from README badge for release notes (632abba)
  • fix: improve release notes with categorization and version fixes (5fde9cf)
  • refactor: simplify PR template to be more concise (b549719)
  • feat: enhance release automation with smart categorization (61a7ed5)
  • fix: correct KSP badge version format - keep dots as-is (12f8fcf)
  • fix: correct KSP badge regex pattern to match actual format (c0aca5f)
  • fix: correct version table row insertion position (5bb0cbc)
  • fix: use proper line breaks in workflow description (27dec9c)
  • refactor: improve release PR merge detection accuracy (aeae835)
  • feat: auto-update release workflow description with latest version (4e5c359)
  • fix(release): correct KSP version handling in release workflow (0f30473)
  • refactor: simplify kotlin-logging requirements in documentation (b3ed933)
  • fix: update table headers and kotlin-logging version requirements (7cf6da9)
  • refactor: simplify version compatibility with table format (9385af4)
  • fix: auto-update README version compatibility section in release PR (8088978)
  • refactor: remove manual publishing steps from release process (3f8b387)
  • feat: improve release workflow to update README badges (d2aaad4)

📦 Dependencies & Versions

  • fix(deps): update dependency com.google.devtools.ksp:symbol-processing-api to v2.2.0-2.0.2 (#13) (0e42265)

📚 Documentation & Maintenance

  • docs: fix KSP version for release 2.2.0-0.0.1 (95885df)
  • docs: fix remaining 'Any version' comment in example code (78c149f)
  • docs: improve README structure and version consistency (78f4e4d)
  • docs: clarify versioning policy and KSP relationship (4b1449f)
  • docs: improve library version selection guidance (c202959)

⚡ Version Compatibility

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

📦 Installation

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

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

🔗 Links