Skip to content

Commit 24fb001

Browse files
author
Abduqodiri Qurbonzoda
committed
Update README.md and CHANGELOG.md for 0.4.4
1 parent 29ac17a commit 24fb001

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# CHANGELOG
22

3+
## 0.4.4
4+
5+
- Require the minimum Kotlin version of 1.7.0
6+
7+
## 0.4.3
8+
9+
- Require the minimum Kotlin version of 1.6.20
10+
311
## 0.4.2
412

513
- Support JS IR backend

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ Kotlin/JVM benchmarks on other platforms with minimum modifications, if any at a
2828

2929
Gradle 6.8 or newer
3030

31-
Kotlin 1.6.0 or newer
31+
Kotlin 1.7.0 or newer
3232

3333
# Gradle plugin
3434

3535
Use plugin in `build.gradle`:
3636

3737
```groovy
3838
plugins {
39-
id 'org.jetbrains.kotlinx.benchmark' version '0.4.2'
39+
id 'org.jetbrains.kotlinx.benchmark' version '0.4.4'
4040
}
4141
```
4242

@@ -89,7 +89,7 @@ kotlin {
8989
sourceSets {
9090
commonMain {
9191
dependencies {
92-
implementation("org.jetbrains.kotlinx:kotlinx-benchmark-runtime:0.4.2")
92+
implementation("org.jetbrains.kotlinx:kotlinx-benchmark-runtime:0.4.4")
9393
}
9494
}
9595
}

0 commit comments

Comments
 (0)