Skip to content

Commit dada76c

Browse files
Release v2.2.20-0.0.4 (#56)
chore: update version references to 2.2.20-0.0.4 - 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.4 * Kotlin Version → 2.2.20 * KSP Version → 2.2.20-2.0.3 * 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 50c9586 commit dada76c

File tree

6 files changed

+24
-23
lines changed

6 files changed

+24
-23
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 5 additions & 5 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.20-0.0.3"
31+
placeholder: "e.g., 2.2.20-0.0.4"
3232
validations:
3333
required: true
3434

@@ -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.20-2.0.2"
49+
placeholder: "e.g., 2.2.20-2.0.3"
5050
validations:
5151
required: true
5252

@@ -108,12 +108,12 @@ body:
108108
placeholder: |
109109
plugins {
110110
kotlin("jvm") version "2.2.20"
111-
id("com.google.devtools.ksp") version "2.2.20-2.0.2"
111+
id("com.google.devtools.ksp") version "2.2.20-2.0.3"
112112
}
113113
114114
dependencies {
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")
115+
ksp("io.github.doljae:kotlin-logging-extensions:2.2.20-0.0.4")
116+
implementation("io.github.doljae:kotlin-logging-extensions:2.2.20-0.0.4")
117117
implementation("io.github.oshai:kotlin-logging-jvm:7.0.7")
118118
}
119119
validations:

.github/ISSUE_TEMPLATE/question.yml

Lines changed: 1 addition & 1 deletion
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.20-0.0.3"
49+
placeholder: "e.g., 2.2.20-0.0.4"
5050
validations:
5151
required: false
5252

.github/ISSUE_TEMPLATE/version_compatibility.yml

Lines changed: 2 additions & 2 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.20-0.0.3"
18+
placeholder: "e.g., 2.2.20-0.0.4"
1919
validations:
2020
required: true
2121

@@ -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.20-2.0.2"
36+
placeholder: "e.g., 2.2.20-2.0.3"
3737
validations:
3838
required: true
3939

.github/workflows/create-release-pr.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ on:
77
description: |
88
Release version (KSP format: KOTLIN_VERSION-LIB_VERSION)
99
10-
Current: 2.2.0-0.0.1
11-
Suggested: 2.2.0-0.0.2 (patch), 2.2.0-0.1.0 (minor)
10+
Current: 2.2.20-0.0.4
11+
Suggested: 2.2.20-0.0.5 (patch), 2.2.20-0.1.0 (minor)
1212
required: true
1313
type: string
1414

@@ -96,7 +96,7 @@ jobs:
9696
if [[ ! $VERSION =~ ^[0-9]+\.[0-9]+\.[0-9]+-[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
9797
echo "❌ Error: Version must be in KSP format KOTLIN_VERSION-LIB_VERSION"
9898
echo " Input version: ${VERSION}"
99-
echo " Expected format: KOTLIN_VERSION-LIB_VERSION (e.g., 2.2.0-0.0.2)"
99+
echo " Expected format: KOTLIN_VERSION-LIB_VERSION (e.g., 2.2.20-0.0.5)"
100100
if [ -n "$LATEST_TAG" ]; then
101101
echo " Use one of the suggested versions above or follow the same pattern"
102102
fi
@@ -218,7 +218,7 @@ jobs:
218218
# 1. Update README.md
219219
echo "🔄 Updating README.md..."
220220
# Update badges at the top of README
221-
# For KSP badge, convert version format: 2.2.0-2.0.2 -> 2.2.0--2.0.2
221+
# For KSP badge, convert version format: 2.2.20-2.0.4 -> 2.2.20--2.0.4
222222
KSP_BADGE_VERSION=$(echo $KSP_VERSION | sed 's/-/--/g')
223223
sed -i "s|https://img\.shields\.io/badge/kotlin-[0-9]\+\.[0-9]\+\.[0-9]\+-blue\.svg|https://img.shields.io/badge/kotlin-$KOTLIN_VERSION-blue.svg|g" README.md
224224
sed -i "s|https://img\.shields\.io/badge/kotlin--logging-[^-]*-green\.svg|https://img.shields.io/badge/kotlin--logging-5.0.0+-green.svg|g" README.md

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
66
[![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.20--2.0.2-purple.svg)](https://github.com/google/ksp)
8+
[![KSP](https://img.shields.io/badge/KSP-2.2.20--2.0.3-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

@@ -42,16 +42,16 @@ Add to your `build.gradle.kts`:
4242
```kotlin
4343
plugins {
4444
kotlin("jvm") version "2.2.20"
45-
id("com.google.devtools.ksp") version "2.2.20-2.0.2"
45+
id("com.google.devtools.ksp") version "2.2.20-2.0.3"
4646
}
4747

4848
repositories {
4949
mavenCentral()
5050
}
5151

5252
dependencies {
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")
53+
ksp("io.github.doljae:kotlin-logging-extensions:2.2.20-0.0.4")
54+
implementation("io.github.doljae:kotlin-logging-extensions:2.2.20-0.0.4")
5555
implementation("io.github.oshai:kotlin-logging-jvm:7.0.13")
5656
implementation("ch.qos.logback:logback-classic:1.5.19") // Logger implementation required
5757
}
@@ -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.4` | `2.2.20` | `2.2.20-2.0.3` |
99100
| `2.2.20-0.0.3` | `2.2.20` | `2.2.20-2.0.2` |
100101
| `2.2.10-0.0.3` | `2.2.10` | `2.2.0-2.0.2` |
101102
| `2.2.0-0.0.3` | `2.2.0` | `2.2.0-2.0.2` |
@@ -112,12 +113,12 @@ That's it! The logger is automatically available with the class name (`OrderProc
112113
// For Kotlin 2.2.20 projects:
113114
plugins {
114115
kotlin("jvm") version "2.2.20"
115-
id("com.google.devtools.ksp") version "2.2.20-2.0.2"
116+
id("com.google.devtools.ksp") version "2.2.20-2.0.3"
116117
}
117118

118119
dependencies {
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")
120+
ksp("io.github.doljae:kotlin-logging-extensions:2.2.20-0.0.4")
121+
implementation("io.github.doljae:kotlin-logging-extensions:2.2.20-0.0.4")
121122
implementation("io.github.oshai:kotlin-logging-jvm:7.0.13") // 5.0.0+
122123
}
123124
```
@@ -132,16 +133,16 @@ dependencies {
132133
```kotlin
133134
plugins {
134135
kotlin("jvm") version "2.2.20"
135-
id("com.google.devtools.ksp") version "2.2.20-2.0.2"
136+
id("com.google.devtools.ksp") version "2.2.20-2.0.3"
136137
}
137138

138139
repositories {
139140
mavenCentral()
140141
}
141142

142143
dependencies {
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")
144+
ksp("io.github.doljae:kotlin-logging-extensions:2.2.20-0.0.4")
145+
implementation("io.github.doljae:kotlin-logging-extensions:2.2.20-0.0.4")
145146
implementation("io.github.oshai:kotlin-logging-jvm:7.0.13")
146147
implementation("ch.qos.logback:logback-classic:1.5.19")
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.20-0.0.3
6+
project.version=2.2.20-0.0.4
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)