Skip to content

Commit c52e0f7

Browse files
Release v2.2.20-0.0.3 (#50)
chore: update version references to 2.2.20-0.0.3 - Update README.md badges, dependency examples, build script versions and version compatibility - Update issue template placeholders with build script versions: * Library Version → 2.2.20-0.0.3 * Kotlin Version → 2.2.20 * KSP Version → 2.2.20-2.0.2 * kotlin-logging-jvm Version → 7.0.13 * kotlin-logging Dependency → io.github.oshai:kotlin-logging-jvm:7.0.13 - Update project version in gradle.properties Co-authored-by: Seokjae Lee <seok9211@naver.com>
1 parent fe5ab7b commit c52e0f7

File tree

5 files changed

+34
-33
lines changed

5 files changed

+34
-33
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ body:
2828
attributes:
2929
label: Library Version
3030
description: Which version of kotlin-logging-extensions are you using?
31-
placeholder: "e.g., 2.2.10-0.0.3"
31+
placeholder: "e.g., 2.2.20-0.0.3"
3232
validations:
3333
required: true
3434

@@ -37,7 +37,7 @@ body:
3737
attributes:
3838
label: Kotlin Version
3939
description: Which Kotlin version are you using?
40-
placeholder: "e.g., 2.2.10"
40+
placeholder: "e.g., 2.2.20"
4141
validations:
4242
required: true
4343

@@ -46,7 +46,7 @@ body:
4646
attributes:
4747
label: KSP Version
4848
description: Which KSP version are you using?
49-
placeholder: "e.g., 2.2.0-2.0.2"
49+
placeholder: "e.g., 2.2.20-2.0.2"
5050
validations:
5151
required: true
5252

@@ -55,7 +55,7 @@ body:
5555
attributes:
5656
label: kotlin-logging Version
5757
description: Which kotlin-logging dependency are you using?
58-
placeholder: "e.g., io.github.oshai:kotlin-logging-jvm:7.0.12"
58+
placeholder: "e.g., io.github.oshai:kotlin-logging-jvm:7.0.13"
5959
validations:
6060
required: true
6161

@@ -107,13 +107,13 @@ body:
107107
render: kotlin
108108
placeholder: |
109109
plugins {
110-
kotlin("jvm") version "2.2.10"
111-
id("com.google.devtools.ksp") version "2.2.0-2.0.2"
110+
kotlin("jvm") version "2.2.20"
111+
id("com.google.devtools.ksp") version "2.2.20-2.0.2"
112112
}
113113
114114
dependencies {
115-
ksp("io.github.doljae:kotlin-logging-extensions:2.2.10-0.0.3")
116-
implementation("io.github.doljae:kotlin-logging-extensions:2.2.10-0.0.3")
115+
ksp("io.github.doljae:kotlin-logging-extensions:2.2.20-0.0.3")
116+
implementation("io.github.doljae:kotlin-logging-extensions:2.2.20-0.0.3")
117117
implementation("io.github.oshai:kotlin-logging-jvm:7.0.7")
118118
}
119119
validations:

.github/ISSUE_TEMPLATE/question.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ body:
4646
attributes:
4747
label: Library Version
4848
description: Which version of kotlin-logging-extensions are you using?
49-
placeholder: "e.g., 2.2.10-0.0.3"
49+
placeholder: "e.g., 2.2.20-0.0.3"
5050
validations:
5151
required: false
5252

@@ -55,7 +55,7 @@ body:
5555
attributes:
5656
label: kotlin-logging Version
5757
description: Which kotlin-logging dependency are you using?
58-
placeholder: "e.g., io.github.oshai:kotlin-logging-jvm:7.0.12"
58+
placeholder: "e.g., io.github.oshai:kotlin-logging-jvm:7.0.13"
5959
validations:
6060
required: false
6161

.github/ISSUE_TEMPLATE/version_compatibility.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ body:
1515
attributes:
1616
label: kotlin-logging-extensions Version
1717
description: Which version are you using?
18-
placeholder: "e.g., 2.2.10-0.0.3"
18+
placeholder: "e.g., 2.2.20-0.0.3"
1919
validations:
2020
required: true
2121

@@ -24,7 +24,7 @@ body:
2424
attributes:
2525
label: Your Kotlin Version
2626
description: Which Kotlin version are you using?
27-
placeholder: "e.g., 2.2.10"
27+
placeholder: "e.g., 2.2.20"
2828
validations:
2929
required: true
3030

@@ -33,7 +33,7 @@ body:
3333
attributes:
3434
label: Your KSP Version
3535
description: Which KSP version are you using?
36-
placeholder: "e.g., 2.2.0-2.0.2"
36+
placeholder: "e.g., 2.2.20-2.0.2"
3737
validations:
3838
required: true
3939

@@ -42,7 +42,7 @@ body:
4242
attributes:
4343
label: Your kotlin-logging Version
4444
description: Which kotlin-logging dependency are you using?
45-
placeholder: "e.g., io.github.oshai:kotlin-logging-jvm:7.0.12"
45+
placeholder: "e.g., io.github.oshai:kotlin-logging-jvm:7.0.13"
4646
validations:
4747
required: true
4848

README.md

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
[![CI](https://github.com/doljae/kotlin-logging-extensions/actions/workflows/ci.yml/badge.svg)](https://github.com/doljae/kotlin-logging-extensions/actions/workflows/ci.yml)
44
[![Maven Central](https://img.shields.io/maven-central/v/io.github.doljae/kotlin-logging-extensions.svg?label=Maven%20Central)](https://central.sonatype.com/artifact/io.github.doljae/kotlin-logging-extensions)
55
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
6-
[![Kotlin](https://img.shields.io/badge/kotlin-2.2.10-blue.svg?logo=kotlin)](http://kotlinlang.org)
6+
[![Kotlin](https://img.shields.io/badge/kotlin-2.2.20-blue.svg?logo=kotlin)](http://kotlinlang.org)
77
[![kotlin-logging](https://img.shields.io/badge/kotlin--logging-5.0.0+-green.svg)](https://github.com/oshai/kotlin-logging)
8-
[![KSP](https://img.shields.io/badge/KSP-2.2.10--2.0.2-purple.svg)](https://github.com/google/ksp)
8+
[![KSP](https://img.shields.io/badge/KSP-2.2.20--2.0.2-purple.svg)](https://github.com/google/ksp)
99

1010
**Elegant [kotlin-logging](https://github.com/oshai/kotlin-logging) extensions for zero-boilerplate logger generation in Kotlin classes using [KSP](https://github.com/google/ksp)**
1111

@@ -41,18 +41,18 @@ class UserService {
4141
Add to your `build.gradle.kts`:
4242
```kotlin
4343
plugins {
44-
kotlin("jvm") version "2.2.10"
45-
id("com.google.devtools.ksp") version "2.2.0-2.0.2"
44+
kotlin("jvm") version "2.2.20"
45+
id("com.google.devtools.ksp") version "2.2.20-2.0.2"
4646
}
4747

4848
repositories {
4949
mavenCentral()
5050
}
5151

5252
dependencies {
53-
ksp("io.github.doljae:kotlin-logging-extensions:2.2.10-0.0.3")
54-
implementation("io.github.doljae:kotlin-logging-extensions:2.2.10-0.0.3")
55-
implementation("io.github.oshai:kotlin-logging-jvm:7.0.12")
53+
ksp("io.github.doljae:kotlin-logging-extensions:2.2.20-0.0.3")
54+
implementation("io.github.doljae:kotlin-logging-extensions:2.2.20-0.0.3")
55+
implementation("io.github.oshai:kotlin-logging-jvm:7.0.13")
5656
implementation("ch.qos.logback:logback-classic:1.5.18") // Logger implementation required
5757
}
5858
```
@@ -96,6 +96,7 @@ That's it! The logger is automatically available with the class name (`OrderProc
9696

9797
| Library | Kotlin | KSP |
9898
|---------|--------|-----|
99+
| `2.2.20-0.0.3` | `2.2.20` | `2.2.20-2.0.2` |
99100
| `2.2.10-0.0.3` | `2.2.10` | `2.2.0-2.0.2` |
100101
| `2.2.0-0.0.3` | `2.2.0` | `2.2.0-2.0.2` |
101102
| `2.1.21-0.0.3` | `2.1.21` | `2.1.21-2.0.2` |
@@ -108,16 +109,16 @@ That's it! The logger is automatically available with the class name (`OrderProc
108109
3. **Use the exact KSP version** shown in the table
109110

110111
```kotlin
111-
// For Kotlin 2.2.10 projects:
112+
// For Kotlin 2.2.20 projects:
112113
plugins {
113-
kotlin("jvm") version "2.2.10"
114-
id("com.google.devtools.ksp") version "2.2.0-2.0.2"
114+
kotlin("jvm") version "2.2.20"
115+
id("com.google.devtools.ksp") version "2.2.20-2.0.2"
115116
}
116117

117118
dependencies {
118-
ksp("io.github.doljae:kotlin-logging-extensions:2.2.10-0.0.3")
119-
implementation("io.github.doljae:kotlin-logging-extensions:2.2.10-0.0.3")
120-
implementation("io.github.oshai:kotlin-logging-jvm:7.0.12") // 5.0.0+
119+
ksp("io.github.doljae:kotlin-logging-extensions:2.2.20-0.0.3")
120+
implementation("io.github.doljae:kotlin-logging-extensions:2.2.20-0.0.3")
121+
implementation("io.github.oshai:kotlin-logging-jvm:7.0.13") // 5.0.0+
121122
}
122123
```
123124

@@ -130,18 +131,18 @@ dependencies {
130131
### Maven Central (Recommended)
131132
```kotlin
132133
plugins {
133-
kotlin("jvm") version "2.2.10"
134-
id("com.google.devtools.ksp") version "2.2.0-2.0.2"
134+
kotlin("jvm") version "2.2.20"
135+
id("com.google.devtools.ksp") version "2.2.20-2.0.2"
135136
}
136137

137138
repositories {
138139
mavenCentral()
139140
}
140141

141142
dependencies {
142-
ksp("io.github.doljae:kotlin-logging-extensions:2.2.10-0.0.3")
143-
implementation("io.github.doljae:kotlin-logging-extensions:2.2.10-0.0.3")
144-
implementation("io.github.oshai:kotlin-logging-jvm:7.0.12")
143+
ksp("io.github.doljae:kotlin-logging-extensions:2.2.20-0.0.3")
144+
implementation("io.github.doljae:kotlin-logging-extensions:2.2.20-0.0.3")
145+
implementation("io.github.oshai:kotlin-logging-jvm:7.0.13")
145146
implementation("ch.qos.logback:logback-classic:1.5.18")
146147
}
147148
```

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ksp.useKSP2=true
33

44
# Project information
55
project.group=io.github.doljae
6-
project.version=2.2.10-0.0.3
6+
project.version=2.2.20-0.0.3
77
project.artifactId=kotlin-logging-extensions
88
project.description=Kotlin Logging Extensions
99
project.url=https://github.com/doljae/kotlin-logging-extensions

0 commit comments

Comments
 (0)